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
Transforming an ellipsoid with an image material texture causes that texture to not display or, at slower transform rates, flicker.
Note:
This issue does not affect boxes, and presumably does not affect simple geometries.
The red sphere is animated by setInterval. Flicker is visible at each transform.
The yellow ellipsoid actually has the same image material as the red ellipsoid. It is animated by a callback similar the blue box's. Its image material does not display at all.
I'm guessing that applying texture to ellipsoid is slow enough to be noticeable, or easily overridden by the next transform.
Sandcastle example based on Spheres and Ellipsoids:
Transforming an ellipsoid with an image material texture causes that texture to not display or, at slower transform rates, flicker.
Note:
I'm guessing that applying texture to ellipsoid is slow enough to be noticeable, or easily overridden by the next transform.
Sandcastle example based on Spheres and Ellipsoids:
Browser: Firefox 89, Chrome 91
Operating System: Win 10 64 bit
The text was updated successfully, but these errors were encountered: