[JAVA3D] controlling the frame rate

2002-02-22 Thread Schäfer, Peter
Hi, I have an application where the user is dragging objects around the scene. When there is no user interaction I lower the frame rate to about 1 frame per second to save CPU power (calling View.setMinimumFrameCycleTime(). As soon as the user clicks the mouse I increase the frame rate. But

Re: [JAVA3D] controlling the frame rate

2002-02-22 Thread Fred Klingener
From: Schäfer, Peter [EMAIL PROTECTED] Sent: Friday, February 22, 2002 11:44 AM Hi, I have an application where the user is dragging objects around the scene. When there is no user interaction I lower the frame rate to about 1 frame per second to save CPU power (calling