From: Stephan Maximilian Huber <[EMAIL PROTECTED]>
> I must set it to use osg::Transform::ABSOLUTE_RF. > (The simpleViewer camera is default set to RELATIVE_RF.) If I don't > set this value, I continue to get my plain blue screen. This makes sense to me. IMHO if you use RELATIVE_RF the root-camera-projection matrix is multiplied with your temporary camera's projection matrix.
Right. I forgot that the multiple camera nodes in my graph would produce a cumulative effect, not override the parent cameras. Thanks, Eric _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
