Hello All, I moved my Java 3d code from a PC to a SUN. On the SUN, when I move the mouse over the scene, the objects in the scene repeatedly disappear and reappear. My guess is the mouse movement is causing the scene to be redrawn. I'm not sure why though.
Right now, I do have a mouse adapter that handles mouse clicks, but that's all. It does not over-ride the mouse movement behavior. The mouse adapter class handles the picking of some of the objects in the scene. The only other potential conflict I can see is my code uses the OrbitBehavior class. Does anybody know what is causing this or have suggestions on how to fix it? Thanks. Brian M. =========================================================================== 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".
