Added visual workspace files for osgSim nodekit and osglightpoint demo.
This commit is contained in:
@@ -8,6 +8,7 @@ CXXFILES = \
|
||||
LightPointDrawable.cpp\
|
||||
LightPointNode.cpp\
|
||||
Sector.cpp\
|
||||
Version.cpp\
|
||||
|
||||
DEF += -DOSGSIM_LIBRARY
|
||||
|
||||
|
||||
12
src/osgSim/Version.cpp
Normal file
12
src/osgSim/Version.cpp
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user