A possible explanation is that in one station it is running free, thousand of frames per second, with very high CPU usage, and in another station it is running synch with video refresh,i.e., 60 fps.
VSynch can be enabled/disabled in your video card control panel, but you can set your Java3D application to run in lower fps and use less CPU:
[code]
// Ensure at least 5 msec per frame (i.e., < 200Hz)
universe.getViewer().getView().setMinimumFrameCycleTime(5);
[/code]
or
[code]
// Ensure at least 10 msec per frame (i.e., < 100Hz)
universe.getViewer().getView().setMinimumFrameCycleTime(10);
[/code]
[Message sent by forum member 'zesharp' (zesharp)]
http://forums.java.net/jive/thread.jspa?messageID=285056---------------------------------------------------------------------
To unsubscribe, e-mail:
interest-unsubscribe@...
For additional commands, e-mail:
interest-help@...