Page 1 of 1

Can you fade away characters?

Posted: Sun May 02, 2004 10:46 am
by soysauce
I want one of my game characters to be able to fade into nothingness. Is there a way to do this, besides the instanteous mySceneNode->setVisible(false)?

Posted: Mon May 03, 2004 12:25 am
by Masdus
Have you tried the fade out command?

Posted: Mon May 03, 2004 9:08 am
by keless
if you can set his material as transparent, you should be able to create an animator which will lower the alpha value over a specified period of time.

Posted: Wed May 05, 2004 7:11 am
by Domarius
Also check the animator object thing (the one that is demonstrated in the Movement example) - it might be able to do it automatically (I haven't checked it myself).