List of usage examples for javax.media.j3d IndexedQuadArray subclass-usage
From source file PickTest.java
class CubeIQA extends IndexedQuadArray { CubeIQA() { super(8, GeometryArray.COORDINATES | GeometryArray.COLOR_3, 24); Point3f verts[] = new Point3f[8]; Color3f colors[] = new Color3f[8];