Hello Renan,

>         About the your commentary right above: I've searched thoroughly in
> the doxygen documentation and I haven't found any method equivalent to
> getProjectionMatrix, in osgUtil::SceneView, in osgViewer::Viewer.

osgViewer::Viewer has a camera (well, osg::View has one actually, but  
osgViewer::Viewer inherits from osgViewer::View which inherits from  
osg::View - call viewer.getCamera()) which has a getProjectionMatrix()  
method.

In doxygen, remember to check the classes that a given class inherits  
from as well, because for some reason, it only lists the methods that  
the class itself defines and implements, not those it inherits  
(there's probably a doxygen setting that controls this...).

J-S
-- 
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                         http://whitestar02.webhop.org/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to