Point3f[] myCoords = { new Point3f( 0.0f, 0.0f, 0.0f ), . . . }
PointArray myPoints = new PointArray( myCoords.length, GeometryArray.COORDINATES ); myPoints.setCoordinates( 0, myCoords );
Shape3D myShape = new Shape3D( myPoints, myAppear );