WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-12-2013, 12:05 PM
TopazFrost TopazFrost is offline
Member
 
Join Date: Oct 2009
Posts: 23
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
Reply With Quote
  #2  
Old 06-13-2013, 11:51 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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
Reply With Quote
Reply

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
question about NVIDIA 3D vision Weihua An Vizard 5 08-02-2010 06:49 AM
Question about using function hankiwan Vizard 1 02-15-2010 10:50 AM
how to invoke command line question billjarrold Vizard 2 01-11-2010 08:51 AM
General question and question regarding arrays dan12345 Vizard 1 01-15-2008 10:15 AM


All times are GMT -7. The time now is 05:44 AM.


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