assimp/code
aramis_acg 5ef187c1d0 git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@102 67173fc5-114c-0410-ac8e-9d2fd5bffc1f 2008-08-09 11:15:38 +00:00
..
Compiler Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
extra Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
res git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@99 67173fc5-114c-0410-ac8e-9d2fd5bffc1f 2008-08-08 18:29:05 +00:00
3DSConverter.cpp Fixed orientation of MD2, MD3 and 3DS models. 2008-07-30 23:59:03 +00:00
3DSGenNormals.cpp Fixed orientation of MD2, MD3 and 3DS models. 2008-07-30 23:59:03 +00:00
3DSHelper.h ASE bugfixes. 2008-08-08 18:25:55 +00:00
3DSLoader.cpp git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@102 67173fc5-114c-0410-ac8e-9d2fd5bffc1f 2008-08-09 11:15:38 +00:00
3DSLoader.h 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 2008-07-10 16:49:01 +00:00
3DSSpatialSort.cpp Fixes for 64 bit builds 2008-06-01 12:46:17 +00:00
3DSSpatialSort.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
ASELoader.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
ASELoader.h Small update to the ASE loader. 2008-07-18 20:29:46 +00:00
ASEParser.cpp Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 2008-08-08 23:58:40 +00:00
ASEParser.h Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 2008-07-30 23:00:25 +00:00
Assimp.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
BaseImporter.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
BaseImporter.h Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
BaseProcess.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
BaseProcess.h Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
ByteSwap.h WIP version of a LWO file loader. Not working yet. 2008-08-07 22:27:17 +00:00
CalcTangentsProcess.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
CalcTangentsProcess.h MakeVerbose moved to subdirectory 2008-05-26 21:28:19 +00:00
ConvertToLHProcess.cpp ase/ask loader is quite stable now, loads most models correctly 2008-05-30 23:01:25 +00:00
ConvertToLHProcess.h ase/ask loader is quite stable now, loads most models correctly 2008-05-30 23:01:25 +00:00
DefaultIOStream.cpp Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 2008-06-22 10:09:26 +00:00
DefaultIOStream.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
DefaultIOSystem.cpp Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 2008-06-22 10:09:26 +00:00
DefaultIOSystem.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
DefaultLogger.cpp Bugfix: missing return in logger::attachStream() 2008-08-08 01:05:56 +00:00
FileLogStream.h - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 2008-05-21 15:35:28 +00:00
FixNormalsStep.cpp Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
FixNormalsStep.h Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
GenFaceNormalsProcess.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
GenFaceNormalsProcess.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
GenVertexNormalsProcess.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
GenVertexNormalsProcess.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
HMPFileData.h Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
HMPLoader.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
HMPLoader.h Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
HalfLifeFileData.h Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
Hash.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
IFF.h WIP version of a LWO file loader. Not working yet. 2008-08-07 22:27:17 +00:00
Importer.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
ImproveCacheLocality.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
ImproveCacheLocality.h Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 2008-07-30 23:00:25 +00:00
JoinVerticesProcess.cpp Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 2008-07-30 23:00:25 +00:00
JoinVerticesProcess.h Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 2008-07-30 23:00:25 +00:00
KillNormalsProcess.cpp MakeVerbose moved to subdirectory 2008-05-26 21:28:19 +00:00
KillNormalsProcess.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
LWOFileData.h WIP version of a LWO file loader. Not working yet. 2008-08-07 22:27:17 +00:00
LWOLoader.cpp WIP version of a LWO file loader. Not working yet. 2008-08-07 22:27:17 +00:00
LWOLoader.h WIP version of a LWO file loader. Not working yet. 2008-08-07 22:27:17 +00:00
LimitBoneWeightsProcess.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
LimitBoneWeightsProcess.h Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
MD2FileData.h git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@96 67173fc5-114c-0410-ac8e-9d2fd5bffc1f 2008-08-08 18:21:43 +00:00
MD2Loader.cpp Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 2008-08-08 23:58:40 +00:00
MD2Loader.h Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 2008-08-08 23:58:40 +00:00
MD2NormalTable.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
MD3FileData.h Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
MD3Loader.cpp Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 2008-08-08 23:58:40 +00:00
MD3Loader.h Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 2008-08-08 23:58:40 +00:00
MD5Loader.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
MD5Loader.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
MD5Parser.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
MD5Parser.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
MDCFileData.h Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 2008-08-08 23:58:40 +00:00
MDLDefaultColorMap.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
MDLFileData.h Added pushpack1.h and poppack1.h, integrated "FixInfacingNormals"-Step. Removed MD4 loader, MD4FileData.h remains in the extra directory. Renamed "VisualStudio" directory to "MSVC". 2008-08-08 15:18:28 +00:00
MDLLoader.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
MDLLoader.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
MDLMaterialLoader.cpp Fixed typo in MDLMaterialLoader.cpp. 2008-08-08 16:26:34 +00:00
MDRFileData.h Definitios for MDC and MDR added; MD2 loader is ready for BigEndian now, MD3 too. MD2 and MD3 keyframe option added, not yet implemented for MD3. 2008-08-08 23:58:40 +00:00
MaterialSystem.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
MaterialSystem.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
ObjFileData.h CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material. 2008-07-02 18:12:54 +00:00
ObjFileImporter.cpp CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material. 2008-07-02 18:12:54 +00:00
ObjFileImporter.h CHANGE: Prototype for correct material loading, now the meshes have correct references to the used material. 2008-07-02 18:12:54 +00:00
ObjFileMtlImporter.cpp CHANGE: Bugfixes for ObjFile material import 2008-06-03 21:32:56 +00:00
ObjFileMtlImporter.h CHANGE: Bugfixes for ObjFile material import 2008-06-03 21:32:56 +00:00
ObjFileParser.cpp BUGFIX: Correct handling of default material usage (referenced, when given material was not found or no material library was specified). 2008-07-02 20:41:30 +00:00
ObjFileParser.h BUGFIX: Correct handling of default material usage (referenced, when given material was not found or no material library was specified). 2008-07-02 20:41:30 +00:00
ObjTools.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
ParsingUtils.h 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 2008-07-10 16:49:01 +00:00
PlyLoader.cpp Minor bugfix to the PLY loader 2008-08-07 20:52:25 +00:00
PlyLoader.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
PlyParser.cpp 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 2008-07-10 16:49:01 +00:00
PlyParser.h 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 2008-07-10 16:49:01 +00:00
PretransformVertices.cpp Fixes for 64 bit builds 2008-06-01 12:46:17 +00:00
PretransformVertices.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
RemoveComments.cpp Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 2008-07-22 22:52:16 +00:00
RemoveComments.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
RemoveRedundantMaterials.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
RemoveRedundantMaterials.h Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output. 2008-07-30 23:00:25 +00:00
SMDLoader.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
SMDLoader.h Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
STLLoader.cpp WIP version of a LWO file loader. Not working yet. 2008-08-07 22:27:17 +00:00
STLLoader.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
SpatialSort.cpp Fixes for 64 bit builds 2008-06-01 12:46:17 +00:00
SpatialSort.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
SplitLargeMeshes.cpp Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
SplitLargeMeshes.h Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files. 2008-08-08 18:34:14 +00:00
StringComparison.h Added validation step, added helper macro AI_BUILD_KEY to the material system. 2008-06-15 10:27:08 +00:00
TextureTransform.cpp Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 2008-06-22 10:09:26 +00:00
TextureTransform.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
TriangulateProcess.cpp Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 2008-07-22 22:52:16 +00:00
TriangulateProcess.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
ValidateDataStructure.cpp Fixes to the VDSStep 2008-08-07 20:55:59 +00:00
ValidateDataStructure.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
VertexTriangleAdjacency.cpp Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors. 2008-07-22 22:52:16 +00:00
VertexTriangleAdjacency.h Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working) 2008-07-24 11:19:24 +00:00
Win32DebugLogStream.h - corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore 2008-05-21 15:35:28 +00:00
XFileHelper.h - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 2008-08-02 13:20:41 +00:00
XFileImporter.cpp - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 2008-08-02 13:20:41 +00:00
XFileImporter.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
XFileParser.cpp - Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import 2008-08-02 13:20:41 +00:00
XFileParser.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
aiAssert.cpp Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
fast_atof.h Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable. 2008-08-06 23:01:38 +00:00
qnan.h Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step. 2008-06-22 10:09:26 +00:00