assimp/code
aramis_acg c865999420 Collada
- collada 1.5.0 textures are readable now
 - cube and volume maps and mip initializations are skipped
Material system
 - unified texture types. Added lightmap, displacement, reflection and 'unknown'. Everyone should be happy now (intending to remove ambient textures from the API).

ComputeUV
  Changed mapping axis property to vec3 
  Adapted step
   WARN: produces mirrored uv coords now. LH issue.

IRR  
  Updated to new texture types

3DS
  Updated to new texture types

NFF
  Updated to new texture types

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@340 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-02-11 20:56:05 +00:00
..
extra assimpview: fixed crash during normal recomputation. 2009-02-05 18:33:25 +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 Collada 2009-02-11 20:56:05 +00:00
3DSHelper.h Collada 2009-02-11 20:56:05 +00:00
3DSLoader.cpp Collada 2009-02-11 20:56:05 +00:00
3DSLoader.h FIX: 3DS loader skips TCB keys correctly now. 2008-11-30 22:27:20 +00:00
ACLoader.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
ACLoader.h Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 2009-01-08 22:15:05 +00:00
ASELoader.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
ASELoader.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
ASEParser.cpp ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +00:00
ASEParser.h ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +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 Moved some defines into the core, away from the public stuff. 2009-01-19 19:34:34 +00:00
AssimpPCH.h Changed some runtime asserts to boost::static_asserts. 2009-02-02 20:29:27 +00:00
B3DImporter.cpp ' B3DImporter.cpp 2009-02-04 00:39:32 +00:00
B3DImporter.h Fixed materials/normals 2009-01-31 23:24:11 +00:00
BVHLoader.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
BVHLoader.h Kill g++ compiler warning (no newline at end of file). 2008-11-09 15:57:03 +00:00
BaseImporter.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
BaseImporter.h Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
BaseProcess.cpp Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +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 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
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 Collada 2009-02-11 20:56:05 +00:00
ColladaLoader.h Collada 2009-02-11 20:56:05 +00:00
ColladaParser.cpp Collada 2009-02-11 20:56:05 +00:00
ColladaParser.h Collada 2009-02-11 20:56:05 +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 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
DXFLoader.h - removed implementation headers from the public interface 2008-10-29 22:02:00 +00:00
DefaultIOStream.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
DefaultIOStream.h Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +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 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
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 Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
FindDegenerates.h [ 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
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 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
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 Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +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 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
HMPLoader.cpp Fixed HMP typo. 2009-01-20 21:41:17 +00:00
HMPLoader.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
HalfLifeFileData.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +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 Collada 2009-02-11 20:56:05 +00:00
IRRLoader.h 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
IRRMeshLoader.cpp Collada 2009-02-11 20:56:05 +00:00
IRRMeshLoader.h 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
IRRShared.cpp Collada 2009-02-11 20:56:05 +00:00
IRRShared.h 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
Importer.cpp Some minor changes in postprocess step order. My fault, I didn't think. 2009-02-02 20:37:35 +00:00
ImproveCacheLocality.cpp Fixed third-person camera movement bug in the viewer. 2008-10-27 00:36:26 +00:00
ImproveCacheLocality.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
JoinVerticesProcess.cpp Changed some runtime asserts to boost::static_asserts. 2009-02-02 20:29:27 +00:00
JoinVerticesProcess.h Changed some runtime asserts to boost::static_asserts. 2009-02-02 20:29:27 +00:00
LWOBLoader.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
LWOFileData.h Collada 2009-02-11 20:56:05 +00:00
LWOLoader.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
LWOLoader.h ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +00:00
LWOMaterial.cpp Collada 2009-02-11 20:56:05 +00:00
LWSLoader.cpp 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
LWSLoader.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
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 Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp). 2008-11-28 23:02:27 +00:00
MD2Loader.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
MD2Loader.h Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now. 2008-10-19 11:32:33 +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 Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
MD3Loader.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
MD3Loader.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
MD5Loader.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
MD5Loader.h Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
MD5Parser.cpp Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
MD5Parser.h Fixes for some warnings in the gcc4 linux 64 build. 2008-09-13 09:01:24 +00:00
MDCFileData.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
MDCLoader.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
MDCLoader.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +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 Fixed HMP typo. 2009-01-20 21:41:17 +00:00
MDLLoader.cpp Fixed HMP typo. 2009-01-20 21:41:17 +00:00
MDLLoader.h Fixed HMP typo. 2009-01-20 21:41:17 +00:00
MDLMaterialLoader.cpp Fixed HMP typo. 2009-01-20 21:41:17 +00:00
MaterialSystem.cpp Collada 2009-02-11 20:56:05 +00:00
MaterialSystem.h Collada 2009-02-11 20:56:05 +00:00
NFFLoader.cpp Collada 2009-02-11 20:56:05 +00:00
NFFLoader.h Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 2009-01-08 22:15:05 +00:00
OFFLoader.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
OFFLoader.h Added RAW Loader. Tested with various configurations, seems to work. 2008-09-16 16:17:32 +00:00
ObjFileData.h Fixed illumination model conversion in the OBJ loader. 2009-02-05 18:13:34 +00:00
ObjFileImporter.cpp FIX: ptv transforms tangents and bitangents now corrrectly. 2009-02-08 21:22:03 +00:00
ObjFileImporter.h - BUGFIX: Fixed a crash in the normal-loader method of obj loader. 2008-08-14 21:25:50 +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 Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
PlyLoader.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
PlyLoader.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
PlyParser.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
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 FIX: ptv transforms tangents and bitangents now corrrectly. 2009-02-08 21:22:03 +00:00
PretransformVertices.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
ProcessHelper.h Collada 2009-02-11 20:56:05 +00:00
Q3DLoader.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
Q3DLoader.h Fixed some minor bugs in the Q3D loader. All test models from quick3d.org load correctly now. 2008-11-01 16:42:16 +00:00
RawLoader.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
RawLoader.h Added RAW Loader. Tested with various configurations, seems to work. 2008-09-16 16:17:32 +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 ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +00:00
RemoveRedundantMaterials.h Fix linux build 2008-08-17 15:04:10 +00:00
RemoveVCProcess.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +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 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
SMDLoader.h Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +00:00
STLLoader.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
STLLoader.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +00:00
SceneCombiner.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
SceneCombiner.h [ 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
ScenePreprocessor.cpp Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +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 Tracker ID [2485593], patch by John Connors for better Linux/Scons support. 2009-01-08 22:15:05 +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 Moved some defines into the core, away from the public stuff. 2009-01-19 19:34:34 +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 Added temporary boost workaround - some assimp features work with reduced functionality in this case. 2008-10-13 16:45:48 +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 Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
StringComparison.h Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +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 HMP loader returns quads now, cleaned up the code a bit. Still longer than necessary. 2009-01-10 17:58:06 +00:00
TerragenLoader.h Optimized triangulation algorithm. Must more faster now. 2009-01-09 21:29:54 +00:00
TextureTransform.cpp Cleaned up public headers. 2009-02-06 22:43:08 +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
ValidateDataStructure.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
ValidateDataStructure.h ASE and 3DS cleanup - face ordering improved. 2008-11-16 21:56:45 +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 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
XFileImporter.h Fixes for build with mingw (no warnings in 32 Bit build, even with -wall). 2008-09-12 20:25:11 +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 Collada 2009-02-11 20:56:05 +00:00
irrXMLWrapper.h 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
makefile Added binary x test model exported from truespace. Didn't have one yet. 2009-01-19 21:28:24 +00:00
makefile.mingw 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
qnan.h FIX: NFF face winding bug (actually it was in StandardShapes.cpp). 2009-01-15 19:22:29 +00:00