View Single Post
  #2  
Old 02-09-2005, 03:32 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

You can't retrieve the texture of an object. You will have to create the texture within Vizard and then apply it to both objects:
Code:
tex = viz.add('texture.jpg')

soccerball3.texture(tex)
soccerball4.texture(tex)
Reply With Quote