Search code examples
java3djava-3dpoint-sprites

Can I use Point Sprites in Java3D?


It looks like native support for Point Sprites was planned, but never got implemented in Java3D.

Point Sprite RFE

Short of adding it to the source code and compiling my own version of Java3D, is there any workaround that would let me create a Geometry derived class that uses Point Sprites to render?


Solution

  • The answer I came up with, unfortunately, is no. As of today there seems to be no functionality to allow point sprites and the addition of point sprites has been dropped.