First cut at class interfaces and stubs for implementations for the new osgShadow NodeKit

This commit is contained in:
Robert Osfield
2006-10-06 14:16:11 +00:00
parent d445995432
commit 5163c4a762
27 changed files with 1697 additions and 3 deletions

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

@@ -0,0 +1,12 @@
#include <osgShadow/Version>
const char* osgShadowGetVersion()
{
return "1.2";
}
const char* osgShaodowGetLibraryName()
{
return "OpenSceneGraph Shadow Library";
}