There is a morph behavior in your Java3D demo directory (installed in your JDK demo directory). Its in the Morphing directory, which plays an animation back and forth.
I have created a modified version of that morph behavior that loops the animation rather then going back and forth which can be found in my MD2Viewer... http://66.12.67.158/java/MD2Viewer/ To do more sophisticated things (like user controled animations), you will need to create a custom behavior for doing that. ----- Original Message ----- From: Brandon <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 08, 2001 2:37 PM Subject: [JAVA3D] Alpha restart > Is there a way to restart an alpha object after it's > already been created? I'm using alpha and morph to > animated my mesh, but I want to be able to restart the > animation. I was thinking I could restart the alpha? > Is this the best way to do this? > > Thanks in advance, > > Brandon Roybal > > __________________________________________________ > Do You Yahoo!? > NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > =========================================================================== > 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". =========================================================================== 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".
