List of usage examples for javax.media.j3d IndexedTriangleStripArray subclass-usage
From source file PickTest.java
class IcosahedronITSA extends IndexedTriangleStripArray { private static final int[] sVertCnt = { 3, 11, 5, 4, 5, 4 }; IcosahedronITSA() { super(12, GeometryArray.COORDINATES | GeometryArray.COLOR_3, 32, sVertCnt);