Hi Conan, On 21 January 2014 22:47, Conan <[email protected]> wrote:
> Can a slave camera be used/configured as RTT camera? > Yes, this is common way to implement things like distortion correction - see src/osgViewer/View.cpp's implementation of spherical distortion correction. All you need to make sure is that RenderOrder is set to make sure the RTT slave Camera is drawn before the other Camera's that use the result. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

