How does the java 3d coordinate system work?
843799May 20 2003 — edited May 21 2003Hi, I'm new to Java 3D and I am learning it from a tutorial that I found on the net. When it describes how to make a box, cone, cylinder or any other already-specified object, it says that the default values for these visual objects are, for example:
radius-1.0
height-2.0
I understand what this means, but in what units are these values measured? cm? m? inches?
Thanks
Jiby