Hi, I am using Win2000, Java3D1.3, java 1.4 e a graphic card ASUS V8420 Geforce4 Ti4200 128MB with ASUS 3D glasses.
I am executing the code with the following command line: java -Dj3d.stereo=PREFERRED -Dj3d.fullscreen=PREFERRED HelloUniverse The stereo visualization execute correctly, but in second runing, crasch in win2000 (reboot). becase? Now, I am using these lines of codigo in my program, GraphicsConfigTemplate3D tmpl = new GraphicsConfigTemplate3D(); tmpl.setStereo( tmpl.PREFERRED ); GraphicsEnvironment env = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice device = env.getDefaultScreenDevice(); GraphicsConfiguration config = device.getBestConfiguration(tmpl); Canvas3D canvas3D = new Canvas3D(config); canvas3D.setStereoEnable(true); but I do not obtain stereo. Would like to have stereo visualization not Fullscreen and that mine codigo control to enable or not the stereo. Somebody Could help me to solve such problem. Thanks, Robson =========================================================================== 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".
