|
|
|
|
|
85 |
Point3f[] myCoords = {
new Point3f( 0.0f, 0.0f, 0.0f ),
. . .
}
LineArray myLines = new LineArray(
myCoords.length,
GeometryArray.COORDINATES );
myLines.setCoordinates( 0, myCoords );
Shape3D myShape = new Shape3D( myLines, myAppear );