View Single Post
  #1  
Old 04-08-2008, 04:58 PM
k_iwan k_iwan is offline
Member
 
Join Date: May 2006
Posts: 115
Unhappy Fading in and out parts of virtual actor...

Hi,

I have an actor composed of several meshes. Now, I'd like to fade out one of the part. I did try to use the fade out command but it doesn't work. How should I do this in vizard?

Code:
ant = viz.add('Cfortis_16b_fixingAnimation.cfg')
ant.state(2) #running animation
ant.setAnimationSpeed(0,5.0)
Mandibles = ant.getChild('Cfortis_16b_fixingAnimation_Mandibles.xmf')

fadeout = vizact.fade(1,0,5)

Mandibles.add(fadeout)


viz.go()
I attached a screenshot as well.

Thank you for your assistance.
Attached Thumbnails
Click image for larger version

Name:	ss.jpg
Views:	816
Size:	287.5 KB
ID:	227  
Reply With Quote