Login  Register

Re: How to control point size

Posted by ThomasR on Oct 05, 2017; 7:12pm
URL: https://forum.jogamp.org/How-to-control-point-size-tp4038202p4038225.html

I definitely understand this, and read the Javadoc wherever its available. It just doesn't seem there's
PointState to describe the PointSize if I set the IndexMode of a Mesh to IndexMode.Points. So I
have to explicitly create a Point -> Mesh. I was just trying to keep things as general as possible using
IndexMode on the most general class. Thanks for your interaction!

Tom