> 
> What would be the simplest way to make a wireframe of 120 coordinates with X, Y and 
>Z information.  I would like to modle terrain with it.
> 

Use a LineArray geometry object.

terrain = new LineArray(120, LineArray.COORDINATES);

terrain.setCoordinates(0, your_points)

Jon Beniston.

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to