assimp/code
aramis_acg 4bbc03332b General
- Added format auto-detection to most loaders
  - Simplified BaseImporter::CanRead() with some utility methods
  - improved fast_atof -> no overruns anymore. Fuck you, irrlicht.
  - added assimp_cmd tool to allow command line model processing. Mainly adebugging tool for internal purposes, but others might find it useful, too.
  - vc8/vc9: revision number is now written to DLL version header
  - mkutil: some batch scripts to simplify tagging & building of release versions
  - some API cleanup
  - fixing some doxygen markup (+now explicit use of @file <filename>)
  - Icon for assimp_view and assimp_cmd

3DS
  - Normal vectors are not anymore inverted in some cases
  - Improved pivot handling
  - Improved handling of x-flipped meshes

Collada
  - fixed a minor bug (visual_scene element)

LWS 
  - WIP implementation. No animations yet, some bugs and crashes.
  - Animation system remains disabled, WIP code
  - many test files for LWS, but most of them test the anim support, which is, read above, currently disabled.

STL
  - fixing a log warning which appears for every model
  - added binary&ascii test spider, exported from truespace

MD3 
  - Cleaning up output tags for automatically joined player models.


IRR
  - Fixing coordinate system issues. 
  - Instance handling improved.
  - Some of the reported crashes not yet fixed.

PretransformVertices
  - Numerous performance improvements.
  - Added config option to preserve the hierarchy during the step.

RemoveRedundantMaterials
  - Added config option to specify a list of materials which are kept in every case.

UNREAL
  - Added support for the old unreal data format (*.a,*.d,*.uc)
  - tested only with exports from Milkshape
  - more Unreal stuff to come soon



git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@356 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-03-05 22:32:13 +00:00
..
extra General 2009-03-05 22:32:13 +00:00
res General 2009-03-05 22:32:13 +00:00
3DSConverter.cpp General 2009-03-05 22:32:13 +00:00
3DSHelper.h General 2009-03-05 22:32:13 +00:00
3DSLoader.cpp General 2009-03-05 22:32:13 +00:00
3DSLoader.h General 2009-03-05 22:32:13 +00:00
ACLoader.cpp General 2009-03-05 22:32:13 +00:00
ACLoader.h General 2009-03-05 22:32:13 +00:00
ASELoader.cpp General 2009-03-05 22:32:13 +00:00
ASELoader.h General 2009-03-05 22:32:13 +00:00
ASEParser.cpp General 2009-03-05 22:32:13 +00:00
ASEParser.h General 2009-03-05 22:32:13 +00:00
Assimp.cpp 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
AssimpPCH.cpp General 2009-03-05 22:32:13 +00:00
AssimpPCH.h General 2009-03-05 22:32:13 +00:00
B3DImporter.cpp General 2009-03-05 22:32:13 +00:00
B3DImporter.h General 2009-03-05 22:32:13 +00:00
BVHLoader.cpp General 2009-03-05 22:32:13 +00:00
BVHLoader.h General 2009-03-05 22:32:13 +00:00
BaseImporter.cpp General 2009-03-05 22:32:13 +00:00
BaseImporter.h General 2009-03-05 22:32:13 +00:00
BaseProcess.cpp General 2009-03-05 22:32:13 +00:00
BaseProcess.h Minor doc fixes. 2009-02-07 11:23:22 +00:00
ByteSwap.h Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
CalcTangentsProcess.cpp General 2009-03-05 22:32:13 +00:00
CalcTangentsProcess.h Optimized GenVertexNormal-Step. 2008-09-27 16:46:05 +00:00
ColladaHelper.h Collada 2009-02-11 20:56:05 +00:00
ColladaLoader.cpp General 2009-03-05 22:32:13 +00:00
ColladaLoader.h General 2009-03-05 22:32:13 +00:00
ColladaParser.cpp General 2009-03-05 22:32:13 +00:00
ColladaParser.h General 2009-03-05 22:32:13 +00:00
ComputeUVMappingProcess.cpp Collada 2009-02-11 20:56:05 +00:00
ComputeUVMappingProcess.h Collada 2009-02-11 20:56:05 +00:00
ConvertToLHProcess.cpp ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +00:00
ConvertToLHProcess.h ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +00:00
DXFLoader.cpp General 2009-03-05 22:32:13 +00:00
DXFLoader.h General 2009-03-05 22:32:13 +00:00
DefaultIOStream.cpp MD3 2009-02-13 22:03:57 +00:00
DefaultIOStream.h MD3 2009-02-13 22:03:57 +00:00
DefaultIOSystem.cpp 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
DefaultIOSystem.h 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
DefaultLogger.cpp General 2009-03-05 22:32:13 +00:00
FileLogStream.h 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
FindDegenerates.cpp General 2009-03-05 22:32:13 +00:00
FindDegenerates.h General 2009-03-05 22:32:13 +00:00
FindInstancesProcess.cpp Fixed nasty bug in FindInstancesProcess.cpp. 2009-02-05 16:16:04 +00:00
FindInstancesProcess.h Fixed nasty bug in FindInstancesProcess.cpp. 2009-02-05 16:16:04 +00:00
FindInvalidDataProcess.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
FindInvalidDataProcess.h Added ScenePreProcessor helper class to add missing dummy animation channels. 2008-11-02 16:58:31 +00:00
FixNormalsStep.cpp Fixed HMP typo. 2009-01-20 21:41:17 +00:00
FixNormalsStep.h ASSIMP Beta 1, final fixes for the release. 2008-09-13 22:31:15 +00:00
GenFaceNormalsProcess.cpp General 2009-03-05 22:32:13 +00:00
GenFaceNormalsProcess.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
GenVertexNormalsProcess.cpp MD3 2009-02-15 20:29:07 +00:00
GenVertexNormalsProcess.h Optimized GenVertexNormal-Step. 2008-09-27 16:46:05 +00:00
GenericProperty.h Rewrote 3DS loader to support BE - added temporary light & camera & animation support. few models not working anymore, transformation bug still unsolved. 2008-10-31 19:32:00 +00:00
HMPFileData.h General 2009-03-05 22:32:13 +00:00
HMPLoader.cpp General 2009-03-05 22:32:13 +00:00
HMPLoader.h General 2009-03-05 22:32:13 +00:00
HalfLifeFileData.h General 2009-03-05 22:32:13 +00:00
Hash.h ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +00:00
IFF.h worked on getting assimpl compiled on BE 2008-10-28 23:18:06 +00:00
IRRLoader.cpp General 2009-03-05 22:32:13 +00:00
IRRLoader.h General 2009-03-05 22:32:13 +00:00
IRRMeshLoader.cpp General 2009-03-05 22:32:13 +00:00
IRRMeshLoader.h General 2009-03-05 22:32:13 +00:00
IRRShared.cpp General 2009-03-05 22:32:13 +00:00
IRRShared.h - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 2009-03-03 15:43:26 +00:00
Importer.cpp General 2009-03-05 22:32:13 +00:00
ImproveCacheLocality.cpp General 2009-03-05 22:32:13 +00:00
ImproveCacheLocality.h General 2009-03-05 22:32:13 +00:00
JoinVerticesProcess.cpp General 2009-03-05 22:32:13 +00:00
JoinVerticesProcess.h General 2009-03-05 22:32:13 +00:00
LWOAnimation.cpp General 2009-03-05 22:32:13 +00:00
LWOAnimation.h General 2009-03-05 22:32:13 +00:00
LWOBLoader.cpp General 2009-03-05 22:32:13 +00:00
LWOFileData.h General 2009-03-05 22:32:13 +00:00
LWOLoader.cpp General 2009-03-05 22:32:13 +00:00
LWOLoader.h General 2009-03-05 22:32:13 +00:00
LWOMaterial.cpp General 2009-03-05 22:32:13 +00:00
LWSLoader.cpp General 2009-03-05 22:32:13 +00:00
LWSLoader.h General 2009-03-05 22:32:13 +00:00
LimitBoneWeightsProcess.cpp Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
LimitBoneWeightsProcess.h Added first working version of a MDC loader; no further features like compressed frames tested at the moment. Added config options for keyframe loading, this has been tested with MDL7 only (atm). Some refactoring, a few files are much cleaner and smaller now. RemoveRedundantMats step does now remove unreferenced materials. 2008-08-09 22:39:57 +00:00
MD2FileData.h General 2009-03-05 22:32:13 +00:00
MD2Loader.cpp General 2009-03-05 22:32:13 +00:00
MD2Loader.h General 2009-03-05 22:32:13 +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 General 2009-03-05 22:32:13 +00:00
MD3Loader.cpp General 2009-03-05 22:32:13 +00:00
MD3Loader.h General 2009-03-05 22:32:13 +00:00
MD5Loader.cpp General 2009-03-05 22:32:13 +00:00
MD5Loader.h General 2009-03-05 22:32:13 +00:00
MD5Parser.cpp General 2009-03-05 22:32:13 +00:00
MD5Parser.h General 2009-03-05 22:32:13 +00:00
MDCFileData.h General 2009-03-05 22:32:13 +00:00
MDCLoader.cpp General 2009-03-05 22:32:13 +00:00
MDCLoader.h General 2009-03-05 22:32:13 +00:00
MDCNormalTable.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +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 General 2009-03-05 22:32:13 +00:00
MDLLoader.cpp General 2009-03-05 22:32:13 +00:00
MDLLoader.h General 2009-03-05 22:32:13 +00:00
MDLMaterialLoader.cpp General 2009-03-05 22:32:13 +00:00
MaterialSystem.cpp MD3 2009-02-15 20:29:07 +00:00
MaterialSystem.h MD3 2009-02-15 20:29:07 +00:00
NFFLoader.cpp General 2009-03-05 22:32:13 +00:00
NFFLoader.h General 2009-03-05 22:32:13 +00:00
OFFLoader.cpp General 2009-03-05 22:32:13 +00:00
OFFLoader.h General 2009-03-05 22:32:13 +00:00
ObjFileData.h [ 2659155 ] Missing initializations 2009-03-04 19:46:18 +00:00
ObjFileImporter.cpp General 2009-03-05 22:32:13 +00:00
ObjFileImporter.h General 2009-03-05 22:32:13 +00:00
ObjFileMtlImporter.cpp Fixed illumination model conversion in the OBJ loader. 2009-02-05 18:13:34 +00:00
ObjFileMtlImporter.h - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 2008-08-14 21:25:50 +00:00
ObjFileParser.cpp 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
ObjFileParser.h - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 2008-08-14 21:25:50 +00:00
ObjTools.h ASE: Added WIP support for *SMOOTHSKINMESH elements in ASE/ASC files. Fixes in the ASE loader. Fixed animation parsing. Temporary implementation of target lights and cameras, including animations. 2008-11-09 23:17:19 +00:00
ParsingUtils.h MD3 2009-02-13 22:03:57 +00:00
PlyLoader.cpp General 2009-03-05 22:32:13 +00:00
PlyLoader.h General 2009-03-05 22:32:13 +00:00
PlyParser.cpp General 2009-03-05 22:32:13 +00:00
PlyParser.h Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
PretransformVertices.cpp General 2009-03-05 22:32:13 +00:00
PretransformVertices.h General 2009-03-05 22:32:13 +00:00
ProcessHelper.h General 2009-03-05 22:32:13 +00:00
Q3DLoader.cpp General 2009-03-05 22:32:13 +00:00
Q3DLoader.h General 2009-03-05 22:32:13 +00:00
RawLoader.cpp General 2009-03-05 22:32:13 +00:00
RawLoader.h General 2009-03-05 22:32:13 +00:00
RemoveComments.cpp [ 2373610 ] Patch for Linux and SCons. Added patch provided by John Connors, closed the corresponding tracker item. 2008-12-07 20:00:58 +00:00
RemoveComments.h Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared. 2008-09-07 16:51:05 +00:00
RemoveRedundantMaterials.cpp General 2009-03-05 22:32:13 +00:00
RemoveRedundantMaterials.h General 2009-03-05 22:32:13 +00:00
RemoveVCProcess.cpp General 2009-03-05 22:32:13 +00:00
RemoveVCProcess.h Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
SGSpatialSort.cpp Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
SGSpatialSort.h Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved. 2008-09-20 15:55:51 +00:00
SMDLoader.cpp General 2009-03-05 22:32:13 +00:00
SMDLoader.h General 2009-03-05 22:32:13 +00:00
STLLoader.cpp General 2009-03-05 22:32:13 +00:00
STLLoader.h General 2009-03-05 22:32:13 +00:00
SceneCombiner.cpp General 2009-03-05 22:32:13 +00:00
SceneCombiner.h General 2009-03-05 22:32:13 +00:00
ScenePreprocessor.cpp General 2009-03-05 22:32:13 +00:00
ScenePreprocessor.h Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
SkeletonMeshBuilder.cpp General 2009-03-05 22:32:13 +00:00
SkeletonMeshBuilder.h Fixed linker error reported by PuMI causing the DLL build to fail. 2008-10-28 12:05:11 +00:00
SmoothingGroups.h Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
SmoothingGroups.inl Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
SortByPTypeProcess.cpp General 2009-03-05 22:32:13 +00:00
SortByPTypeProcess.h Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion. 2008-11-04 20:41:11 +00:00
SpatialSort.cpp General 2009-03-05 22:32:13 +00:00
SpatialSort.h Optimized GenVertexNormal-Step. 2008-09-27 16:46:05 +00:00
SplitLargeMeshes.cpp ASE: Added WIP support for *SMOOTHSKINMESH elements in ASE/ASC files. Fixes in the ASE loader. Fixed animation parsing. Temporary implementation of target lights and cameras, including animations. 2008-11-09 23:17:19 +00:00
SplitLargeMeshes.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
StandardShapes.cpp FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 2009-01-15 19:22:29 +00:00
StandardShapes.h FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 2009-01-15 19:22:29 +00:00
StdOStreamLogStream.h 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
StreamReader.h General 2009-03-05 22:32:13 +00:00
StringComparison.h General 2009-03-05 22:32:13 +00:00
TargetAnimation.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
TargetAnimation.h Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 2008-11-26 13:17:39 +00:00
TerragenLoader.cpp General 2009-03-05 22:32:13 +00:00
TerragenLoader.h General 2009-03-05 22:32:13 +00:00
TextureTransform.cpp MD2 2009-02-12 15:58:55 +00:00
TextureTransform.h Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet. 2008-11-26 13:17:39 +00:00
TriangulateProcess.cpp Optimized triangulation algorithm. Must more faster now. 2009-01-09 21:29:54 +00:00
TriangulateProcess.h Added support for point and line primitives. 2008-09-30 20:20:56 +00:00
UnrealLoader.cpp General 2009-03-05 22:32:13 +00:00
UnrealLoader.h General 2009-03-05 22:32:13 +00:00
ValidateDataStructure.cpp General 2009-03-05 22:32:13 +00:00
ValidateDataStructure.h General 2009-03-05 22:32:13 +00:00
VertexTriangleAdjacency.cpp Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 2008-10-22 20:06:16 +00:00
VertexTriangleAdjacency.h Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
Win32DebugLogStream.h 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
XFileHelper.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
XFileImporter.cpp General 2009-03-05 22:32:13 +00:00
XFileImporter.h General 2009-03-05 22:32:13 +00:00
XFileParser.cpp Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet). 2009-01-18 23:48:25 +00:00
XFileParser.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
aiAssert.cpp fixed some linux issues 2008-10-19 19:51:24 +00:00
fast_atof.h General 2009-03-05 22:32:13 +00:00
irrXMLWrapper.h - Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System 2009-03-03 15:43:26 +00:00
makefile Added binary x test model exported from truespace. Didn't have one yet. 2009-01-19 21:28:24 +00:00
makefile.mingw General 2009-03-05 22:32:13 +00:00
qnan.h General 2009-03-05 22:32:13 +00:00