This method can't be called from a behavior,
but I needed to do this when mouse clicked happened .
 
----- Original Message -----
Sent: Wednesday, December 18, 2002 10:15 PM
Subject: Re: [JAVA3D] Animation problem

Somewhere there is a method called renderOnce(). Maybe in View or Canvas3D. Try that.
 
Pasi
-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Huang
Sent: 18. joulukuuta 2002 16:10
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Animation problem

Hi :
I want to make a animation by using a sequence of n textures to change the appearance of one plate.However, the appearance was only changed once until  the end of a sequence, in other words, the appearance was not changed from 1 to n-1 textures.
I guessed it was no rendering when the appearance was changed , so I needed to enforce Java3d render after changing texture, right ? How should I do ?
 
Please give any recommandation.
 
Thanks in advance
Regards
 
Greg

Reply via email to