assimp/workspaces/vc9
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 Enabled 'fast' STL for vc9. secure_stl=0 && iterator_debugging=0. 2009-01-21 21:33:56 +00:00
UnitTest.vcproj General 2009-03-05 22:32:13 +00:00
assimp.sln adding native pointer to manganed classes 2009-09-24 14:44:21 +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 Triangulation: 2009-04-02 15:16:01 +00:00
assimp_view.vcproj 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
jAssimp.vcproj Updated VC9 workspace. 2009-01-19 19:46:14 +00:00