Hi Serge and Jason, We'll need to add this define to either include/osg/Texture or include/osg/Image. I'll do this.
Robert. On Fri, Dec 5, 2008 at 4:25 PM, Jason Daly <[EMAIL PROTECTED]> wrote: > Serge Lages wrote: >> >> Hi Robert and Jason, >> >> It seems that the BSP plugin doesn't compile on Windows, I have this error >> : >> >> .\ReaderWriterVTF.cpp(192) : error C2065: 'GL_ABGR_EXT' : undeclared >> identifier > > A recent glext.h from www.opengl.org has that defined: > > #ifndef GL_EXT_abgr > #define GL_ABGR_EXT 0x8000 > #endif > > > I know OSG does it's own extension wrangling, but I'm not familiar with how > it works. Maybe this particular definition needs to be added? > > --"J" > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
