List of usage examples for javax.media.j3d IndexedLineStripArray subclass-usage
From source file PickTest.java
class TetrahedronILSA extends IndexedLineStripArray { private static final int[] lineLengths = { 4, 4 }; TetrahedronILSA() { super(4, GeometryArray.COORDINATES | GeometryArray.COLOR_3, 8, lineLengths);