View Single Post
  #2  
Old 05-06-2008, 09:24 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The following will texture the Van Gogh self portrait with a new texture:
Code:
texture = viz.add('ball.jpg')

gallery = viz.add('gallery.ive')

portrait = gallery.getChild('VanGoghSelfPortrait')
portrait.texture(texture,'art06')
Reply With Quote