assimp/workspaces/vc9
aramis_acg ea3f655c57 - templatize math library. All standard math classes (i.e. aiMatrix4x4) have been replaced by templates which are usually named like the old type with a 't' postfix. For compatibility, typedefs to replace the old types exist. For the C interface, these still map to raw structures.
While principally backwards-compatible, this is still a breaking change since I also changed some method signatures (i.e. aiVector3t<TReal>(TReal) is now explicit). Normal users should not be affected, though.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1129 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2012-02-02 02:06:08 +00:00
..
shared Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …). 2010-03-03 21:48:23 +00:00
UnitTest.vcproj - updated hand-maintained vc9 projects. 2011-04-03 11:24:10 +00:00
assimp.sln - bugfix: In the vc9-x64-debug configuration, assimp_cmd was set to Win32. 2010-11-21 20:35:26 +00:00
assimp.vcproj - templatize math library. All standard math classes (i.e. aiMatrix4x4) have been replaced by templates which are usually named like the old type with a 't' postfix. For compatibility, typedefs to replace the old types exist. For the C interface, these still map to raw structures. 2012-02-02 02:06:08 +00:00
assimp_cmd.vcproj # forgot to commit changed vc9 solution for assimp_cmd 2011-04-03 11:20:49 +00:00
assimp_view.vcproj BlenderLoader: don't output diffuse color if it is all black. Seems to be Blenders way of telling us there is no diffuse color. 2010-08-31 17:24:04 +00:00