WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-03-2007, 09:58 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
1) I believe you might be entering the ipd as an integer. In python, integer division will yield another integer. So the computed ipd is most likely 0. You need to divide the ipd by a floating value. Also, Vizards units are in meters, so you need to divide the input mm ipd by 1000. The following code should fix your problem:
Code:
eyeohd = viz.input('What is the participants IOD, in mm?')
viz.ipd(eyeohd/1000.0)
2)You should use viz.HMD if the user is wearing an HMD. viz.HMD will go into fullscreen mode and use symmetric view frustums for each eye.

3)Sorry, there is currently no way to change the position of the dialog popups.
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 09:21 PM.


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