Hi, Is there a way to change the properties of Cylinder, Sphere, Cone and Box primitives (com.sun.j3d.utils.geometry.Primitive)?
ie. can you change the radius, height, width, etc after you've already created this object? Question #2, Once I add this Primitive to my scenegraph, how would you recommend to remove it. Should I keep track of which child this will be added using the insertChild() and then remove the corresponding child using removeChild() ... I've made a tree to which I add primitives but I'd like to be able to change them (hence the first question) and to remove them (hence this second question) Thanks for any help Mario NASA - Johnson Space Center =========================================================================== 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".
