- Ogre Importer Beta

- Ogre Importer Documentation
- Extended the general documentation at some points

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@476 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
jonathanklein
2009-09-05 12:04:32 +00:00
parent a8ccd6fbd5
commit 8cfb2e26cf
9 changed files with 644 additions and 8 deletions

View File

@@ -158,6 +158,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef AI_BUILD_NO_LWS_IMPORTER
# include "LWSLoader.h"
#endif
#ifndef AI_BUILD_NO_OGRE_IMPORTER
# include "OgreImporter.h"
#endif
// .......................................................................................
// PostProcess-Steps
@@ -360,6 +363,10 @@ Importer::Importer()
#if (!defined AI_BUILD_NO_LWS_IMPORTER)
pimpl->mImporter.push_back( new LWSImporter());
#endif
#if (!defined AI_BUILD_NO_OGRE_IMPORTER)
pimpl->mImporter.push_back( new Ogre::OgreImporter());
#endif
// ----------------------------------------------------------------------------
// Add an instance of each post processing step here in the order