Added visual workspace files for osgSim nodekit and osglightpoint demo.

This commit is contained in:
Robert Osfield
2002-11-19 12:23:45 +00:00
parent e02ae73edc
commit 2b957675d5
6 changed files with 409 additions and 2 deletions

12
src/osgSim/Version.cpp Normal file
View File

@@ -0,0 +1,12 @@
#include <osgSim/Version>
const char* osgSimGetVersion()
{
return "0.9.2";
}
const char* osgSimGetLibraryName()
{
return "Open Scene Graph Visual Simulation Library";
}