Ported osgGLUT based src/Demos across to being osgProducer based, and placed

them in the new examples/ directory.
This commit is contained in:
Robert Osfield
2003-03-14 20:35:45 +00:00
parent 2ca505b3d8
commit 7083773b64
122 changed files with 20331 additions and 40 deletions

View File

@@ -0,0 +1,9 @@
#include <stdio.h>
#include <osg/Version>
int main( int, char **)
{
printf( "%s\n", osgGetVersion() );
return 0;
}