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
I can set visible = false for the material on objects (meshes/lines), so that these objects are hidden, but they will still work for raycasting. I wanted to do the same for sprites, but the visible property for THREE.SpriteMaterial does not work as expected; when setting it to false the sprite is still visible.
Description of the problem (three.js r78)
I can set
visible = false
for the material on objects (meshes/lines), so that these objects are hidden, but they will still work for raycasting. I wanted to do the same for sprites, but thevisible
property forTHREE.SpriteMaterial
does not work as expected; when setting it to false the sprite is still visible.Here is a fiddle to demonstrate this
The text was updated successfully, but these errors were encountered: