Hi, camera->attach(osg::Camera::COLOR_BUFFER, NULL);
Gives me Error C2668: 'osg::Camera::attach' : ambiguous call to overloaded function If I replace it with: camera->attach(osg::Camera::COLOR_BUFFER, shot.get()); I still get black image. What might be the problem? Thank you! Cheers, Danny ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=23064#23064 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

