I am trying to add a post draw callback to my view. I think I must be missing something as far as how to do this is concerned. I borrowed the MyCameraPostDrawCallback class from the osgprerender example and tried to add the callback as follows:

m_pViewer->getCamera()->setPostDrawCallback(new MyCameraPostDrawCallback());

Right now all I am trying to accomplish is to get the callback made but that doesn't happen so I must have omitted something. Can someone provide some direction?

Ed
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to