Coordinate axes drawing

Hi folks,- i have a software (open source) written in JAVA3D but i need to figure out and draw the coordinate axes in the scene. how can i do this?please accept my apologies if this is a too trivial question. best regards
[249 byte] By [geomana] at [2007-10-3 7:38:38]
# 1

>draw the coordinate axes in the scene. how can i do this?

I would make the axes from three cylinders and three BranchGroups (to position them)

Attach the object to the PlatformGeometry, so when the view moves it does too.

>a too trivial question.

Many ways to do this, so in some respects its a big question.

regards

messengersa at 2007-7-15 2:39:11 > top of Java-index,Security,Cryptography...
# 2

Thanks for the answer.

i will try the following:

actually i have an idea: i will draw a MULTICURVE having the coordinates as follows:

0,0,0

1,0,0 (to draw x-axis)

0,0,0

0,1,0 (to draw y-axis)

0,0,0

0,0,1 (to draw z-axis

then i will draw my geometry on top of this.

i hope i can get the coordinates ok.

thanks

geomana at 2007-7-15 2:39:11 > top of Java-index,Security,Cryptography...