![]() |
|
|
|
#1
|
|||
|
|||
|
Refer doumentation and :
Use startTimer and killTimer in co-ordination with ontimer Thanx&Regards Mr.Rajnish Vishwakarma Mobile,AR,VR Xenium Digital Pvt ltd,Mumbai Last edited by rajnishv; 08-29-2016 at 05:00 AM. |
|
#2
|
|||
|
|||
|
Removing the text is a simple call to remove if you don't need this Text instance again:
Code:
#display text
Text=viz.addText3D('Hello world', pos,color .....)
#remove text
Text.remove()
Code:
#create/display text
Text=viz.addText3D('Hello world', pos,color .....)
#toggle visibility with these
Text.visible(viz.OFF)
Text.visible(viz.ON)
|
|
#3
|
|||
|
|||
|
Hi M@rcello,
PFA the attachment of the script which i have made for you. The script shows text for every one second when a spacebar is pressed. Its a simple script. Pls go through it. Thanx&Regards Mr.Rajnish Vishwakarma Mobile,AR,VR Xenium Digital Pvt ltd,Mumbai |
|
#4
|
|||
|
|||
|
Thank you very much Rajnishv, i didn't thought to the chance to create an indipendent function to disable the visibility of the Text 'a priori'.
Well done, and many thanks |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|