WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #9  
Old 01-31-2005, 12:43 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
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
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 03:46 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC