Hello, I think it works now. It was my mistake. But the near plane is very small. Is it normal?
Thanks Martin LittleG wrote: > Hello, > > when i create a camera: > > osg::ref_ptr< osg::Camera> cam = new osg::Camera(); > > and I want to get the frustum parameters: > > cam->getProjectionMatrixAsFrustum(left,right,bottom,top,znear,zfar); > > I dont't get the parameters. It seems that the camera hasn't a projection > matrix. Where is the projection matrix define in this situation? When I set > my own projection matrix with setProjectionMatrix( ... ) it works fine. > > Cheers, > > Martin ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=8088#8088 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

