Hello All, All the Shape3D's in my scene are created in GeometryArray By-Ref mode.
Note in Java3D API: Class Behavior "Modifications to geometry by-reference or texture by-reference are not guaranteed to show up in the same frame as other scene graph changes." 1. Are there any workaround for this problem other than using GeometryArray.setCoordinates to update the vertex? Most of the Java3D demo programs show how to have Behavior wakeup when specific AWT events like KeyEvent or MouseEvent occurs. 2. I wish to have a Behavior wakeup when a JMenuItem is selected from the Menubar.Should I try capturing ItemEvent?? Please help me with a sample code if possible? 3. When I used WakeupOnElapsedFrames(0) or WakeupOnElapsedTime(100) as a WakeupCriterion in my custom behavior I found a lot of drain in the animation speed on a passage of time. Please give ur insite on this. Thank you, Jeff =========================================================================== 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".
