Hello, I'm having some problems trying to remove a ViewPlatform (which is our Camera) from a TransformGroup of an object.
There is no problem adding the camera and making it work. The problem is that we need to remove that camera when we delete an object. when there is no camera, my object finalizes itself correctly. But whenever we add a camera to its transform group (tg.addChild(camera)) our object cannot finalize itself. i tried from a number of different ways to removeChild(camera) from the transformGroup, but it is not working, since my object does not finalize itself. moreover, profiling our app clearly shows that it is our camera the only link left on our object. so it has to do with j3D keep a link on my object somehow, when i add a ViewPlatform (camera) do the transformGroup of our object. anyone has an idea, feedback, thoughts ? what are we doing wrong here ? thanks ! Squall =========================================================================== 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".