Thank you! I am essentially changing the view (using setViewMatrix) before 
rendering each frame. With each new view matrix, I have a different set of 
intrinsic parameters and I was wondering if I can set those again. In essence, 
can I repeatedly change intrinsic parameters of the camera?


Keith Parkins wrote:
> Use camera->setProjectionMatrix(intrinsic_parameter_matrix);
> 
> Not sure what you are trying to do with respect to the other question
> you have.
> 
> On Tue, 27 Jul 2010, Ricky Flintoff wrote:
> 
> 
> > Hi,
> > 
> > I have a quick question. I looked up online on setting camera intrinsics (5 
> > parameters, including radial distortion). Would I be using 
> > viewer.getCamera()->setProjectionMatrixAsPerspective(intrinsic_parameter_matrix)?
> >  Also, can I do this (with a different matrix) before rendering each frame?
> > 
> > Thank you!
> > 
> > Cheers,
> > Ricky
> > 
> > ------------------
> > Read this topic online here:
> > http://forum.openscenegraph.org/viewtopic.php?p=30318#30318
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > osg-users mailing list
> > 
> > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> > 
> > 
> 
> Keith Parkins                    U of R Center for Visual Science
> _______________________________________________
> osg-users mailing list
> 
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> 
>  ------------------
> Post generated by Mail2Forum


------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=30320#30320





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to