#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) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VRPN info | sdiverdi | Precision Position Tracker (PPT) | 5 | 01-16-2011 12:00 PM |
The problem of tracker using via VRPN | _kj_ | Vizard | 2 | 08-13-2009 12:03 AM |
VRPN or trackd with OptiTrack RigidBody | vizmaster | Vizard | 1 | 08-13-2008 12:11 PM |
swapPos and swapQuat with VRPN | michaelrepucci | Vizard | 1 | 07-29-2008 11:27 AM |
VRPN won't update | Wytze | Precision Position Tracker (PPT) | 7 | 05-28-2008 07:15 AM |