Hi!
After quick inspection of your code, I suspect that what is missing are data
where ro put your Shape3D. You have to define:
Transform3d tran
tran.setTranslation(some Vector3f)
TransformGroup tg (tran)
tg.addChild(yourshape3d)
objroot.addChilg(tg)
...
..
...

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to