View Single Post
  #2  
Old 09-19-2005, 02:04 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

Here is sample code to add a text object to the screen.
Code:
MyText = viz.add(viz.TEXT3D,'Message',viz.SCREEN)
MyText.translate(0.5,0.5)
Reply With Quote