View Single Post
  #4  
Old 10-06-2006, 03:28 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
What happens if you apply the texture to an object other than a face. For example try this:
Code:
ball = viz.add('ball.wrl')
ball.texture(texture)
Is the ball black as well?

Also can you provide the following info:
1) Vizard version
2) Graphics card
Reply With Quote