assimp/code
aramis_acg bd196ea318 - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible.
- assimp_cmd writes vertex colors in 'Colors' elements now.
- assimp_cmd writes 'set=' attribute for UVs and vertex colors.
- Adding test files for the awesome new LWO capabilities.


git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@396 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-04-20 16:49:46 +00:00
..
extra General 2009-03-05 22:32:13 +00:00
res General 2009-03-05 22:32:13 +00:00
3DSConverter.cpp MD5 parser will now reject files with version!=10. 2009-04-09 21:37:49 +00:00
3DSHelper.h General 2009-03-05 22:32:13 +00:00
3DSLoader.cpp MD5 parser will now reject files with version!=10. 2009-04-09 21:37:49 +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 ASE rejects ASC files completely now. 2009-04-09 23:31:13 +00:00
ASELoader.h General 2009-03-05 22:32:13 +00:00
ASEParser.cpp General 2009-03-15 00:40:30 +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 Removing stdint.h dependency from the public API to avoid conflicts with other libraries. 2009-04-11 14:31:57 +00:00
B3DImporter.cpp Triangulation: 2009-04-02 15:16:01 +00:00
B3DImporter.h General 2009-03-05 22:32:13 +00:00
BVHLoader.cpp General 2009-03-08 15:29:34 +00:00
BVHLoader.h General 2009-03-05 22:32:13 +00:00
BaseImporter.cpp Adding a file system filter layer to correct invalid paths automatically. 2009-04-10 21:59:22 +00:00
BaseImporter.h Adding a file system filter layer to correct invalid paths automatically. 2009-04-10 21:59:22 +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
CMakeLists.txt - Remove crt- and secure-warnings for VC8.0 in cmake enviroment. 2009-04-18 11:24:00 +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 ColladaLoader does now load transparency. hacky, but it could work. 2009-04-10 22:51:12 +00:00
ColladaLoader.cpp - Fix a compiler warning ( double to float ). 2009-04-18 18:03:54 +00:00
ColladaLoader.h - Collada loader now supports node animations 2009-04-06 17:00:03 +00:00
ColladaParser.cpp ColladaLoader does now load transparency. hacky, but it could work. 2009-04-10 22:51:12 +00:00
ColladaParser.h - Collada loader now supports node animations 2009-04-06 17:00:03 +00:00
ComputeUVMappingProcess.cpp [ 2672224 ] Patch To get gcc to compile assimp under Linux 2009-03-08 16:27:36 +00:00
ComputeUVMappingProcess.h Collada 2009-02-11 20:56:05 +00:00
ConvertToLHProcess.cpp Triangulation: 2009-04-02 15:16:01 +00:00
ConvertToLHProcess.h General 2009-03-15 00:40:30 +00:00
DXFLoader.cpp MD5 parser will now reject files with version!=10. 2009-04-09 21:37:49 +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
FileSystemFilter.h Adding a file system filter layer to correct invalid paths automatically. 2009-04-10 21:59:22 +00:00
FindDegenerates.cpp Triangulation: 2009-04-02 15:16:01 +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 [ 2666245 ] Remove unused vars 2009-03-06 12:37:08 +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 [ 2666245 ] Remove unused vars 2009-03-06 12:37:08 +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 Adding a file system filter layer to correct invalid paths automatically. 2009-04-10 21:59:22 +00:00
IRRLoader.h General 2009-03-05 22:32:13 +00:00
IRRMeshLoader.cpp General 2009-03-15 00:40:30 +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 Adding a file system filter layer to correct invalid paths automatically. 2009-04-10 21:59:22 +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 MD5 2009-03-11 22:56:16 +00:00
JoinVerticesProcess.h General 2009-03-05 22:32:13 +00:00
LWOAnimation.cpp Adding a file system filter layer to correct invalid paths automatically. 2009-04-10 21:59:22 +00:00
LWOAnimation.h General 2009-03-05 22:32:13 +00:00
LWOBLoader.cpp LWO 2009-03-26 22:05:56 +00:00
LWOFileData.h - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. 2009-04-20 16:49:46 +00:00
LWOLoader.cpp - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. 2009-04-20 16:49:46 +00:00
LWOLoader.h - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. 2009-04-20 16:49:46 +00:00
LWOMaterial.cpp - Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible. 2009-04-20 16:49:46 +00:00
LWSLoader.cpp Adding a file system filter layer to correct invalid paths automatically. 2009-04-10 21:59:22 +00:00
LWSLoader.h [ 2672224 ] Patch To get gcc to compile assimp under Linux 2009-03-08 16:27:36 +00:00
LimitBoneWeightsProcess.cpp MD5 2009-03-11 22:56:16 +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-18 22:01:11 +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-18 22:01:11 +00:00
MD3Loader.h General 2009-03-18 22:01:11 +00:00
MD5Loader.cpp General 2009-03-15 00:40:30 +00:00
MD5Loader.h General 2009-03-08 15:29:34 +00:00
MD5Parser.cpp MD5 parser will now reject files with version!=10. 2009-04-09 21:37:49 +00:00
MD5Parser.h MD5 2009-03-08 20:12:43 +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-15 00:40:30 +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 MD5 2009-03-11 22:56:16 +00:00
MaterialSystem.h Removing stdint.h dependency from the public API to avoid conflicts with other libraries. 2009-04-11 14:31:57 +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 Fixing build errors. 2009-04-19 10:36:36 +00:00
ObjFileImporter.cpp Fixing build errors. 2009-04-19 10:36:36 +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 Fixing build errors. 2009-04-19 10:36:36 +00:00
ObjFileParser.h Fixing build errors. 2009-04-19 10:36:36 +00:00
ObjTools.h Triangulation: 2009-04-02 15:16:01 +00:00
ParsingUtils.h MD3 2009-02-13 22:03:57 +00:00
PlyLoader.cpp General 2009-03-15 00:40:30 +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 Triangulation: 2009-04-02 15:16:01 +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 MD5 2009-03-08 20:12:43 +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 [ 2666245 ] Remove unused vars 2009-03-06 12:37:08 +00:00
SceneCombiner.h General 2009-03-05 22:32:13 +00:00
ScenePreprocessor.cpp General 2009-03-15 00:40:30 +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 MD5 2009-03-11 22:56:16 +00:00
SkeletonMeshBuilder.h General 2009-03-08 15:29:34 +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 [ 2666245 ] Remove unused vars 2009-03-06 12:37:08 +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 Triangulation: 2009-04-02 15:16:01 +00:00
TriangulateProcess.h Added support for point and line primitives. 2008-09-30 20:20:56 +00:00
UnrealLoader.cpp Triangulation: 2009-04-02 15:16:01 +00:00
UnrealLoader.h General 2009-03-05 22:32:13 +00:00
ValidateDataStructure.cpp MD5 2009-03-11 22:56:16 +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 Triangulation: 2009-04-02 15:16:01 +00:00
XFileImporter.h General 2009-03-05 22:32:13 +00:00
XFileParser.cpp Bugfix: XFiles exported from kwxPort with vertex colors load correctly now. 2009-03-10 20:47:55 +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 Fixing a rare bug when parsing floating-point numbers in exponent form. Thanks to zhao lei to point it out. 2009-04-15 14:16:11 +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