box feature?

The create cube function used in the tutorials is very simple I like it, there wouldn’t happen to be a similar function for drawing a 3d box with different length, height, and width would there? It would be much easier than plotting coords for 6 different quads to get a box.

You could simply scale the box nonisotropically by hanging a scaling TransformGroup above the box.

Look at the com.xith3d.test.TestUtils class for some more functions.

Will.