assimp/test
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
..
models ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
unit ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
CMakeLists.txt - Add cmake buildfile for unitests ( currently no cppunit is part of the makefile ). 2009-08-02 20:53:30 +00:00
RunAllTestSuites.bat Added batch scripts to run the unittests automatically. 2009-01-07 15:16:26 +00:00
RunSingleUnitTestSuite.bat Logging functions are now available to C-Users, too. Cleaning up headers. 2009-05-28 11:32:54 +00:00
RunUnitTestSuite.bat Logging functions are now available to C-Users, too. Cleaning up headers. 2009-05-28 11:32:54 +00:00