List of usage examples for javax.media.j3d IndexedPointArray subclass-usage
From source file PickTest.java
class TetrahedronIPA extends IndexedPointArray { TetrahedronIPA() { super(4, GeometryArray.COORDINATES | GeometryArray.COLOR_3, 4); Point3f verts[] = new Point3f[4];