assimp/include
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
..
BoostWorkaround/boost General 2009-03-05 22:32:13 +00:00
Compiler HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. 2009-01-10 17:58:06 +00:00
DefaultLogger.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
IOStream.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
IOSystem.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
LogStream.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
Logger.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
NullLogger.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
aiAnim.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
aiAssert.h Bugfix: moved ai_assert condition evaluation out of the assert function to avoid constructing two expensive strings on every single call. 2010-01-06 22:04:31 +00:00
aiCamera.h A couple of small documentation fixes (spelling, missing characters, …). 2009-07-31 22:34:21 +00:00
aiColor4D.h ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
aiColor4D.inl ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
aiConfig.h ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
aiDefines.h Adding samples/SimpleOpenGL. 2009-06-20 14:49:49 +00:00
aiFileIO.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
aiLight.h General 2009-03-05 22:32:13 +00:00
aiMaterial.h COLLADA: Add support for <reflectivity> elements. This maps to AI_MATKEY_REFLECTIVITY. 2009-11-22 14:06:51 +00:00
aiMaterial.inl Fixing template instancing failure in aiMaterial::Get(). 2009-08-23 15:46:04 +00:00
aiMatrix3x3.h BUGFIX: invalid explicit qualification of aiMatrix3x3 2009-03-05 18:03:00 +00:00
aiMatrix3x3.inl FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction. 2010-01-19 20:05:14 +00:00
aiMatrix4x4.h Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import. 2009-04-26 15:09:03 +00:00
aiMatrix4x4.inl General 2009-03-05 22:32:13 +00:00
aiMesh.h Triangulation: 2009-04-02 15:16:01 +00:00
aiPostProcess.h FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords. 2009-09-30 17:55:21 +00:00
aiQuaternion.h BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details. 2009-11-19 23:22:53 +00:00
aiScene.h Updating PyAssimp to the latest data structures. Many thanks to sueastside for the patch. 2009-04-23 20:58:16 +00:00
aiTexture.h Removing stdint.h dependency from the public API to avoid conflicts with other libraries. 2009-04-11 14:31:57 +00:00
aiTypes.h ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
aiVector2D.h [ 2503202 ] Doc fixes. Thanks to Andy Maloney for the patch! 2009-01-13 18:58:07 +00:00
aiVector3D.h ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
aiVector3D.inl ADD Vertex utility class to simplify conversion from and to interleaved vertices. 2010-01-28 21:17:25 +00:00
aiVersion.h FIX: Adding empty final line to some units where it was missing. 2009-10-11 13:57:55 +00:00
assimp.h Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00
assimp.hpp Doc now includes parts of the internal API. 2009-08-31 15:51:54 +00:00