-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
background color not showing in 3DMesh Plots #929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks. This has been broken since the |
Oh. This is really unfortunate. Looks like stackgl/gl-shader#16 is causing this issue. Reverting back to The worse part is that cc @monfera |
... maybe we should start committing an |
👍 |
@etpinard
I noticed that the background colors for Trisurfs in Python were not their usual grey. I found a similar issue in the JS tutorial for 3D Axes and recreated the same problem in Codepen by forcing a background color of
rgb(255,0,0)
for illustrative purposes.The text was updated successfully, but these errors were encountered: