Added osgProducer library to the distribution.
Cleaned up the osgproducer demo, and made it work with the new osgProducer lib.
This commit is contained in:
12
src/osgProducer/Version.cpp
Normal file
12
src/osgProducer/Version.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <osgProducer/Version>
|
||||
|
||||
const char* osgProducerGetVersion()
|
||||
{
|
||||
return "0.9.2";
|
||||
}
|
||||
|
||||
|
||||
const char* osgProducerGetLibraryName()
|
||||
{
|
||||
return "Open Scene Graph Producer Library";
|
||||
}
|
||||
Reference in New Issue
Block a user