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