#1
|
|||
|
|||
sensor linking question
Hey,
I've found some other posts/examples that seem to take a complicated approach to what I am trying to do and was hoping if someone could tell me if the following simple approach was possible: I have an emagine 3d visor and also a polhemus motion tracker. I have successfully linked the main view to both of these devices separately as follows: polhemus = viz.add('polhemus.dle); patriot = polhemus.addPatriot(); link = viz.link(patriot,viz.MainView); And also in another script: emagin = viz.add('emagin.dls'); viz.link(emagin, viz.MainView); However, what I would like to do is control the 'head view' of the world with the emagine sensors, and the movement with the Patriot sensor ideally with something similar to the following: emagin = viz.add('emagin.dls'); viz.link(emagin, viz.HeadView);#attach users 'eyes' to visor polhemus = viz.add('polhemus.dle); patriot = polhemus.addPatriot(); link = viz.link(patriot,viz.Body);#let user move independently of where they are looking I am hoping that this is just a matter of linking the correct objects which have so far eluded me to the sensors. Any pointers would be greatly appreciated. Thank you in advance |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
General question and question regarding arrays | dan12345 | Vizard | 1 | 01-15-2008 10:15 AM |
viztask question | asimbh | Vizard | 1 | 11-20-2007 09:12 AM |
to rephrase my question... | shai | Vizard | 2 | 10-27-2004 10:55 AM |
Lots of Question | Karthi | Vizard | 4 | 02-20-2004 06:42 PM |
Basic Joystick Navigation Question | Plasma | Vizard | 2 | 01-29-2004 07:08 PM |