View Single Post
  #2  
Old 01-04-2007, 01:18 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
It seems like your code does what you want to do. Try my code and let me know if this is what you want.

Code:
import viz
viz.go()

cube = viz.add('box.wrl')
hole1 = cube.add(viz.TEXT3D, "X")
hole1.setScale(0.3,0.3,0.3)
hole1.setPosition(0.4,1.0,4)
__________________
Paul Elliott
WorldViz LLC
Reply With Quote