#1
|
|||
|
|||
passing coordinates
how to pass the coordinates of position of sensor from
PPT to vizard file.? |
#2
|
|||
|
|||
First get a handle to the PPT tracker in Vizard via VRPN:
Code:
vrpn = viz.add('vrpn7.dle') tracker = vrpn.addTracker('PPT0@hostname',0) Code:
def printPPTData(): print tracker.getPosition() vizact.onupdate(0,printPPTData) |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Haptic touch texture coordinates | yth | Vizard | 0 | 06-02-2012 04:40 AM |
How do coordinates in IS900 thransform into coordinates in vizard's world | jacky | Vizard | 1 | 08-11-2011 11:44 AM |
Avatar passing through room walls | Mike@vrs | Vizard | 1 | 07-21-2010 05:07 PM |
child-objects in VRML-file all have the same coordinates | Sven | Vizard | 4 | 06-09-2010 03:07 AM |
viz.vertex coordinates | lilio | Vizard | 6 | 05-16-2009 05:36 PM |