[osg-users] How to use CameraView

2011-07-27 Thread Robert Kern
Hi, I need to change the FOV for the two slave cameras that I have and I have figured out that I need to use the CameraView class but I cannot figure out how to use it. Could I get some help please. Thank you! Cheers, Robert -- Read this topic online here:

Re: [osg-users] How to use CameraView

2011-07-27 Thread Robert Osfield
Hi Robert, On Wed, Jul 27, 2011 at 8:21 PM, Robert Kern rjk...@clemson.edu wrote: I need to change the FOV for the two slave cameras that I have and I have figured out that I need to use the CameraView class but I cannot figure out how to use it. Could I get some help please. CameraView is

Re: [osg-users] How to use CameraView

2011-07-27 Thread Robert Kern
I just need to change the fov to match the specs of the HMD I am using for a virtual reality application. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=41689#41689 ___ osg-users mailing list

Re: [osg-users] How to use CameraView

2011-07-27 Thread Jason Daly
On 07/27/2011 06:01 PM, Robert Kern wrote: I just need to change the fov to match the specs of the HMD I am using for a virtual reality application. All you should need to do is call setProjectionMatrixAsPerspective() on each camera. The FOV you know, the aspect you can compute from the

Re: [osg-users] How to use CameraView

2011-07-27 Thread Jason Daly
On 07/27/2011 06:17 PM, Jason Daly wrote: On 07/27/2011 06:01 PM, Robert Kern wrote: I just need to change the fov to match the specs of the HMD I am using for a virtual reality application. All you should need to do is call setProjectionMatrixAsPerspective() on each camera. The FOV you