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

Reply via email to