Re: OrientedShape3D not working
Posted by unixnerd on Nov 08, 2023; 3:56pm
URL: https://forum.jogamp.org/OrientedShape3D-not-working-tp4042902p4043123.html
Bit of a late reply on this, not been well.
new OrientedShape3D(text, appLbl, OrientedShape3D.ROTATE_ABOUT_POINT, new Point3f(0.0f,0.0f,0.0f));
Fixed my problem. I think I just had the wrong arguments before, the way they work is different to 1.5.x and what I was doing before was probably invalid but worked by some fluke.