On Jan 11, 2008 12:11 PM, HUTTERER ARIEL <[EMAIL PROTECTED]> wrote: > when I want to render to texture . I must to define the render Order like > pre or post render. > > What's the difference?
Pre render is to render before the main camara's render stage (i.e. what gets rendering by the viewer to the window). Post render is to render after. You use pre render to render to texture effects such as shadow maps etc. You use post render to do post processing or HUD. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

