Hi Stefano

>
> Is there any way to get lighter the cpu percentage of a rotation?
>
> Suppose having a rotating sphere, maybe better a very slow rotation, so is
> there any way to stop rotation thread to free my CPU and then

Write your own RotationInterpolator which uses WakeupOnElapsedTime, with
some reasonable time condition or use WakeupOnElapsedFrames with values
greater than 1 (which is the default WakeupCriterion for Interpolators).

>restart it after other tasks?
Look at Behavior.postID() and WakeupOnBehaviorPost for doing this.


Hope this helps.

Sincerely
Chris Wewerka

===========================================================================
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".

Reply via email to