![]() |
|
#1
|
|||
|
|||
|
teleport users location
Hi there,
Is there a way to teleport your location to a different part of your scene at the touch of a button: For example… Code:
theview = viz.get(viz.MAIN_VIEWPOINT)
theview.translate(0,5,0)
POSITION = 0
def mytimer(num):
global POSITION
if POSITION == 1:
theview.translate(1,0,1)
if viz.iskeydown('e'):
POSITION = 1
Any help would be much appreciated
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gps input for viewpoint location? | realvision | Vizard | 3 | 03-19-2008 01:37 PM |
| For users with a floating license: Adding Vizard License Server as a Service | mspusch | Vizard | 0 | 03-03-2006 12:36 PM |
| dynamic access of avatar location | valhalla | Vizard | 1 | 09-13-2004 09:28 PM |