Hi Robert,

----- "Robert Osfield" a écrit :

> On Wed, Jun 2, 2010 at 2:28 PM, Robert Osfield
> <[email protected]> wrote:
> > OK, the check for _supported flag shouldn't include
> > glFramebufferTexture then.  Only if teh FBO setup requires this
> > feature should we make sure it's present and issue a warning or
> > provide a fallback when it's not available.
> 
> Opps, forgot to mention that I've now removed this requirement for
> glFramebufferTexture.  Frederic could you do an svn update on your
> desktop system and check to see if things now work.

Maybe you should change :

if (_ximpl->zoffset == Camera::FACE_CONTROLLED_BY_GEOMETRY_SHADER)

into :

if (_ximpl->zoffset == Camera::FACE_CONTROLLED_BY_GEOMETRY_SHADER && 
ext->glFramebufferTexture )

when trying to use the extension

-Fred
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to