You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
When using the pythreejs backend, only the first shape of a primitive is drawn, and it's solid black.
I saw this issue with @k-l-wang the other day and it's occurring on my machine too.
Version information:
plato from master branch (156bc56, also tested an older commit, 975c704)
When using the
pythreejsbackend, only the first shape of a primitive is drawn, and it's solid black.I saw this issue with @k-l-wang the other day and it's occurring on my machine too.
Version information:
platofrommasterbranch (156bc56, also tested an older commit, 975c704)pythreejs=2.0.2=py36_1000Code to reproduce, in a Jupyter notebook:
fresnel backend output:

pythreejs backend output (it appears to be drawing either the first or the last shape - the one on the right side is drawn in this case).
