View Single Post
  #2  
Old 10-22-2004, 11:59 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Just add the texture and apply it to the head:
Code:
neutral = viz.add('neutral.jpg')
happy = viz.add('happy.jpg')
head = viz.add('head.vzf')

head.texture(happy,'name of the geom you want to apply graphic to')
.
.
.
head.texture(neutral,'name of the geom you want to apply graphic to')
Did swapping the vzf heads not work either?
Reply With Quote