![]() |
#4
|
|||
|
|||
You could add multiple text objects to a panel and change them individually:
Code:
import viz import vizinfo import vizact viz.go() panel = vizinfo.InfoPanel('Message panel') panel.addSeparator() text1 = panel.addItem(viz.addText('message 1')) text2 = panel.addItem(viz.addText('message 2')) text3 = panel.addItem(viz.addText('message 3')) vizact.onkeydown(' ',text2.message,'new message') |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Oculus Rift + Vizard help required | sukhpreet | Vizard | 1 | 01-03-2017 10:52 AM |
Displaying a Subwindow in Oculus Rift | DoeVenture | Vizard | 4 | 08-02-2016 05:57 AM |
Oculus Rift Drift | teklab | Vizard | 20 | 04-01-2016 07:57 AM |
Multiple post-process effects with oculus rift | lklab | Vizard | 2 | 03-13-2015 01:48 PM |
Displaying screen text in 3D (Oculus Rift) | pjayaram | Vizard | 2 | 05-27-2014 08:06 PM |