mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.03k stars 35.33k forks source link

THREE.SpriteMaterial visible false not working #9257

Closed Wilt closed 8 years ago

Wilt commented 8 years ago
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 the visible property for THREE.SpriteMaterial does not work as expected; when setting it to false the sprite is still visible.

Here is a fiddle to demonstrate this

mrdoob commented 8 years ago

Fixed. Thanks!

timon0305 commented 2 years ago

thanks, this is working fine,

So how can we make round particles in vue three.js?