thorsten topol wrote: > I would like to get my 3d object coordinates in order > to put its name (a text3d) on its barycenter. > Do you know how to get these coordinates?
Sounds like you want to know the object's coordinates in the world coordinate system. You can find this out by calling getLocalToVWorldTransform(). Use the Transform3D to then put your label in the correct place. -- Justin Couch http://www.vlc.com.au/~justin/ Freelance Java Consultant http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== 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".
