From Mike Weiblen's osgGL2 node kit which support the latest OpenGL 2.0 extensions.

This commit is contained in:
Robert Osfield
2003-07-15 10:45:46 +00:00
parent b2e5e09c28
commit 77c0366cb2
16 changed files with 2374 additions and 4 deletions

13
src/osgGL2/Version.cpp Normal file
View File

@@ -0,0 +1,13 @@
#include <osgGL2/Version>
const char* osgGL2GetVersion()
{
return "0.1.0";
}
const char* osgGL2GetLibraryName()
{
return "Open Scene Graph OpenGL Shading Language Library";
}