View Single Post
  #2  
Old 04-01-2010, 12:39 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
When applying the texture and fragment program, specify the sub-node that the skin texture is applied to. For example:
Code:
face.apply(blend,'skin_geom')
face.texture(tex1,'skin_geom')
face.texture(tex2,'skin_geom',1)
You will need to replace 'skin_geom' with the actual name of you skin sub-node.
Reply With Quote