View Single Post
  #6  
Old 05-09-2008, 11:31 PM
joeymax joeymax is offline
Member
 
Join Date: Apr 2007
Location: England
Posts: 11
Thumbs up

thanks guys! it works perfect now

if anyone else has suffered the same problem, simply texture the model with a PNG texture (with transparency) then in vizard make sure you set the draworder to something high...

Code:
tree = viz.add('tree_1.ive')
tree.draworder(1000)
Reply With Quote