WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 12-19-2008, 04:59 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
if you use viz.SCREEN the text will be fixed on the screen

Code:
import viz
viz.go()

#Add text to the screen.
text_2D = viz.addText( 'on the screen', viz.SCREEN )
text_2D.setPosition(.05, .9 ) #2D text only needs x and y.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
writing joystick position to a data file Saz Vizard 3 12-17-2008 05:18 AM
position of html-file on screen active_world Vizard 1 05-16-2008 07:24 PM
Flagging the Data Elittdogg Vizard 5 04-11-2008 11:40 AM
text output jaclyn.bill Vizard 2 10-24-2007 06:37 AM
tracking using quaternarion data jfreeman Vizard 2 06-01-2005 08:48 AM


All times are GMT -7. The time now is 12:37 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC