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:
Robert Osfield
2003-01-17 18:34:35 +00:00
parent 359e0d9c70
commit 619862f8d6
13 changed files with 476 additions and 71 deletions

View File

@@ -0,0 +1,12 @@
#include <osgProducer/Version>
const char* osgProducerGetVersion()
{
return "0.9.2";
}
const char* osgProducerGetLibraryName()
{
return "Open Scene Graph Producer Library";
}