ASSIMP Beta 1, final fixes for the release.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@141 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2008-09-13 22:31:15 +00:00
parent e3a871c134
commit 7d21c02e28
16 changed files with 423 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ namespace Assimp
* invert the orientation of all faces, and adapting skinning and animation
* data in a similar way.
*/
class ConvertToLHProcess : public BaseProcess
class ASSIMP_API ConvertToLHProcess : public BaseProcess
{
friend class Importer;