![]() |
|
#2
|
|||
|
|||
|
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)
|
|
|