|
|
|
|
|
92 |
Point3f[] myCoords = {
new Point3f( 0.0f, 0.0f, 0.0f ),
. . .
}
int[] stripLengths = { 4, 5 };
LineStripArray myLines = new LineStripArray(
myCoords.length,
GeometryArray.COORDINATES,
stripLengths );
myLines.setCoordinates( 0, myCoords );
Shape3D myShape = new Shape3D( myLines, myAppear );