#1
|
|||
|
|||
marker id plug-in
We are trying to track 2 lights, one on the head and one on the hand. The head light should move the view. And the hand light should not be linked to anything, we just get data from it. We have code working without the markerID plug-in, where we just use one light on the head (and when we add it we don't specify ID).
For example: Code:
headMarker = vrpn.addTracker('PPT0@' + PPT_HOSTNAME) Code:
headMarker = vrpn.addTracker('PPT0@' + PPT_HOSTNAME, 5) How can we get the tracker to update the view when specifying an marker ID? Working code: Code:
Code:
|
#2
|
|||
|
|||
we fixed it
The previous inquiry has been solved.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tracking with Marker ID plugin | mjabon | Precision Position Tracker (PPT) | 9 | 07-13-2009 12:36 PM |
Punch demo with marker ids? | mjabon | Precision Position Tracker (PPT) | 0 | 07-08-2009 12:51 AM |