![]() |
|
#9
|
|||
|
|||
|
Yes, it works. Don't know what went wrong two hours ago...
Right now I'm trying to look at my room with the 3d-glasses (V8). I have been trying for more than two hours, but still have the following two problems: I put this at the beginning of my file to initialize the tracker: Code:
EYE_HEIGHT =1.8
viz.go(viz.PROMPT)
if viz.get(viz.TRACKER):
myTracker = viz.add('vizppt.dls')
myTracker.reset() # Reset the tracker
viz.tracker()
else:
tracking = 0
viz.eyeheight(EYE_HEIGHT)
But unfortunately when I put on the glasses I find myself up above tha room. 2. When I turn my head, I can look aroung but it does not seem to track my movements as I'm walking around. 3. It feels like on the sea, everything is moving a little bit and that's quite exhausting. Any ideas how to improve this? On the computerscreen it looks and works fine. Johannes |
|
|