#1
|
|||
|
|||
vrpn and viz.MainView.setPosition not working
Hi to all...
I managed to get working my tracker(VR Space) with worldviz, but I did not managed to set viewpoint where I want it to be. Problem is that I set viewpoint with viz.MainView.setPosition where I want it to be, but when I link it to my tracker with viz.link(tracker1,viz.MainView) it is lost somewhere I tried with tracker1.swapPos, viz.MainView.move but the tracker is always in the same position. p.s. I do not want to use tracker to move viewpoint, I just want to rotate... thank you... |
#2
|
|||
|
|||
so, is there any way to fix viewpoint? I really need a quick fix
|
#3
|
|||
|
|||
You posted the question in the wrong forum. This should be in the Vizard forum.
Regarding your question, just change the link mask between the tracker and viewpoint to only control the rotation: Code:
viz.link(tracker1,viz.MainView,mask=viz.LINK_ORI) |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VRPN info | sdiverdi | Precision Position Tracker (PPT) | 5 | 01-16-2011 01:00 PM |
The problem of tracker using via VRPN | _kj_ | Vizard | 2 | 08-13-2009 01:03 AM |
VRPN or trackd with OptiTrack RigidBody | vizmaster | Vizard | 1 | 08-13-2008 01:11 PM |
swapPos and swapQuat with VRPN | michaelrepucci | Vizard | 1 | 07-29-2008 12:27 PM |
VRPN won't update | Wytze | Precision Position Tracker (PPT) | 7 | 05-28-2008 08:15 AM |