View Single Post
  #2  
Old 07-07-2004, 09:33 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Yes this is possible. Take a look at the tutorial in the documentation under Tutorials -> Adding 2D & 3D Text. You can also attach a 3d object to the viewpoint like so:
Code:
box = viz.add('box.wrl',viz.HEAD)
Reply With Quote