Hi Deepti, The easiest way to do this would be to use the accumulation buffer - if available, have a look at the osgmotionblurr example for inspiration. If you don't have a accumulation buffer available then using two cameras for the two different views of the scenes, and have the first camera render to texture, then after the second camera/view has drawn draw over the use a full quad blending with the background.
Robert. On Nov 30, 2007 5:29 PM, deepti g <[EMAIL PROTECTED]> wrote: > Hi everyone > I want to implement a fade in fade out option where one > scene fades out and another scene comes into view.. Is there any such option > for scene as FADE TEXT for text..Iam dint find a direct functionality to do > this.Can anybody suggest me as to how to solve this? > > Thank You > Deepti > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

