assimp/workspaces/vc8
aramis_acg 2e3fee99f0 ADD Vertex utility class to simplify conversion from and to interleaved vertices.
Refactor JoinVerticesProcess to utilize the new utility.
ADD basic operators for aiColor4D, move to dedicated header and implementation file.
ADD some utility functions to SpatialSort.
ADD my existing Catmull-Clark implementation to Assimp for all model formats with support for subdivision surfaces. Slightly WIP, likely to produce errors on non-closed meshes. Currently only implemented in the AC3D loader.
Switch to byteswap intrinsics instead of inline assembly (bswap). Currently MSVC only.
FIX phong shading in assimp_view.
VertexTriangleAdjacency class now also works on arbitrary polygons - UNTESTED, tbd.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@532 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2010-01-28 21:17:25 +00:00
..
shared Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger. 2009-01-23 21:06:43 +00:00
UnitTest.vcproj - BUGFIX : Restore original Visual Studio 8.00 workspaces. 2009-11-27 14:38:47 +00:00
assimp.sln - BUGFIX : Restore original Visual Studio 8.00 workspaces. 2009-11-27 14:38:47 +00:00
assimp.vcproj ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
assimp_cmd.vcproj - BUGFIX : Restore original Visual Studio 8.00 workspaces. 2009-11-27 14:38:47 +00:00
assimp_jbridge.vcproj Further work on jAssimp. Still WIP and NOT USABLE, but interface getting stable now, most JNI code written. 2009-06-04 17:44:51 +00:00
assimp_view.vcproj - BUGFIX : Restore original Visual Studio 8.00 workspaces. 2009-11-27 14:38:47 +00:00