View Single Post
  #1  
Old 08-29-2016, 03:07 AM
M@rcello M@rcello is offline
Member
 
Join Date: May 2016
Posts: 11
Red face temporary 3DText

Hello to everyone, I need to build a function that show a 3d text for one second every time that the space bar is pressed.

EX:

Code:
def show():
    Text=viz.addText3D('Hello world', pos,color .....)
vizact.onkeydown(' ',show)
The 'Hello world' has to disappear after one second.

Thanks for your help!!
Reply With Quote