WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Frustrum question (https://forum.worldviz.com/showthread.php?t=4644)

TopazFrost 06-12-2013 12:05 PM

Frustrum question
 
I am having trouble location the frustum method used for stereoscopic rendering for a HMD and projection screen.

I need to know if the HMD stereo uses the roll angle when determining the eye locations (e.g. 45 degree roll would make the left eye lower than the right) or if it just takes the position and moves the viewpoint parallel to the floor along the current horizontal axis.

Same question for a projections screen, and I need to know if it uses an oblique frustum or the the perpendicular version.

E.g.
(oblique)
Code:


      *|
    *  |
  *    |
x      |
    *  |

where X is the view point and | is the rendering plane and screen


versus
(perpendicular)
Code:


      *|
    *  |\
  *    | \
x      |  \
    *  |  \

where X is the view point and | is the screen and \ rendering plane

Jeff 06-13-2013 11:51 AM

Yes, the roll is taken into account. The separation is applied after the head transformation.

Symmetric viewing is enabled for HMDs and asymmetric viewing is enabled for powerwall/CAVE setups. Take a look at the following pages for more information:

http://docs.worldviz.com/vizard/Intr...o_displays.htm
http://docs.worldviz.com/vizard/Stereo_rendering.htm


All times are GMT -7. The time now is 04:21 AM.

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