View Single Post
  #17  
Old 03-19-2004, 02:10 AM
John John is offline
Member
 
Join Date: Feb 2004
Location: Brighton - UK
Posts: 12
Hi Farshizzo,

Just a note.

If you are including these settings into the next version of Vizard, then there are a couple of settings that we change. These are to do with the field of view:


VERT_FOV = 67
HORZ_FOV = 67 * 1.19 # gives 67 x 80 FOV
HORZ_2_VERT_ASPECT = 1.25 # 1280/1024
OVERLAP = 0.5
IPD = 0.1

...

UpperLeftWindow.fov(67, HORZ_2_VERT_ASPECT)

...

UpperRightWindow.fov(67, HORZ_2_VERT_ASPECT)

These settings are specific to the SEOS HMD

Thanks again for your help.

John
__________________
There are only 10 kinds of people who understand binary. Those that do and those that don't.
Reply With Quote