View Single Post
  #2  
Old 12-07-2011, 09:55 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
First off, I would avoid using getChild unless you need to modify the transform of the child. If you just need to change the texture, then use the optional node parameter of the texture command:
Code:
model.texture(labelMat,node='Label-GEODE')
Are you getting any error messages? Can you send us the model?
Reply With Quote