.. |
extra
|
General
|
2009-03-05 22:32:13 +00:00 |
res
|
Further work on jAssimp. Still WIP and NOT USABLE, but interface getting stable now, most JNI code written.
|
2009-06-04 17:44:51 +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
|
Changing 3DS parsing routines to work iteratively instead of recursively. This hopefully avoids unwanted stack overflowing with deeply-nested model hierarchies.
|
2009-06-23 12:25:35 +00:00 |
3DSLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ACLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
ACLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ASELoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +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
|
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
2009-08-18 16:17:27 +00:00 |
AssimpPCH.cpp
|
General
|
2009-03-05 22:32:13 +00:00 |
AssimpPCH.h
|
[2805689] GCC 4.4 compatibility.
|
2009-06-20 14:54:50 +00:00 |
B3DImporter.cpp
|
Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount().
|
2009-08-21 11:26:54 +00:00 |
B3DImporter.h
|
Implemented anims/bones
|
2009-06-02 05:08:24 +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 support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
BaseImporter.h
|
- Ogre Importer Beta
|
2009-09-05 12:04:32 +00:00 |
BaseProcess.cpp
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +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
|
- Ogre Importer Beta
|
2009-09-05 12:04:32 +00:00 |
CSMLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
CSMLoader.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 |
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
|
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
2009-08-18 16:17:27 +00:00 |
ColladaLoader.cpp
|
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
2009-08-18 16:17:27 +00:00 |
ColladaLoader.h
|
- Collada loader now supports node animations
|
2009-04-06 17:00:03 +00:00 |
ColladaParser.cpp
|
- Bugfix: Collada-Loader now also reads animations containing multiple channels
|
2009-08-01 13:57:29 +00:00 |
ColladaParser.h
|
- Collada loader now supports node animations
|
2009-04-06 17:00:03 +00:00 |
ComputeUVMappingProcess.cpp
|
Adding samples/SimpleOpenGL.
|
2009-06-20 14:49:49 +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
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
DXFLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
DefaultIOStream.cpp
|
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
2009-06-21 19:44:48 +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
|
Logging functions are now available to C-Users, too. Cleaning up headers.
|
2009-05-28 11:32:54 +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
|
Fixing a minor issue in FileSystemFilter which prevented some external files from being loaded. Thanks to Jonathan Klein to point it out.
|
2009-04-22 11:58:25 +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
|
FIX: Nasty debug-only bug in FindInstancesProcess.
|
2009-05-16 15:33:01 +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
|
FIX: GenFaceNormals process returns unit normals now.
|
2009-08-08 10:50:46 +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
|
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
2009-05-03 21:49:34 +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
|
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
2009-05-03 21:49:34 +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
|
- Ogre Importer Beta
|
2009-09-05 12:04:32 +00:00 |
ImproveCacheLocality.cpp
|
AssimpView now finds textures stored with their full path in the asset's directory.
|
2009-06-05 01:47:55 +00:00 |
ImproveCacheLocality.h
|
General
|
2009-03-05 22:32:13 +00:00 |
JoinVerticesProcess.cpp
|
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
2009-08-18 16:17:27 +00:00 |
JoinVerticesProcess.h
|
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
2009-08-18 16:17:27 +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
|
LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly.
|
2009-05-05 14:32:01 +00:00 |
LWOLoader.cpp
|
LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly.
|
2009-05-05 14:32:01 +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 support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +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
|
Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount().
|
2009-08-21 11:26:54 +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 |
MemoryIOWrapper.h
|
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
2009-06-21 19:44:48 +00:00 |
NFFLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
NFFLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
OFFLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
OFFLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ObjFileData.h
|
- Add new helper funtion to detect end of buffer.
|
2009-08-02 17:11:38 +00:00 |
ObjFileImporter.cpp
|
FIX: ObjLoader failed to locate material files if the input path contained 'wrong' path delimiters.
|
2009-08-24 08:46:04 +00:00 |
ObjFileImporter.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ObjFileMtlImporter.cpp
|
- Removed dead code.
|
2009-08-19 20:45:51 +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
|
FIX: ObjLoader failed to locate material files if the input path contained 'wrong' path delimiters.
|
2009-08-24 08:46:04 +00:00 |
ObjFileParser.h
|
FIX: ObjLoader failed to locate material files if the input path contained 'wrong' path delimiters.
|
2009-08-24 08:46:04 +00:00 |
ObjTools.h
|
- Add new helper funtion to detect end of buffer.
|
2009-08-02 17:11:38 +00:00 |
OgreImporter.cpp
|
- Ogre Importer Beta
|
2009-09-05 12:04:32 +00:00 |
OgreImporter.h
|
- Ogre Importer Beta
|
2009-09-05 12:04:32 +00:00 |
OptimizeGraph.cpp
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
OptimizeGraph.h
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
OptimizeMeshes.cpp
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
OptimizeMeshes.h
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
ParsingUtils.h
|
MD3
|
2009-02-13 22:03:57 +00:00 |
PlyLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +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
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +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
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +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
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +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
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
SMDLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
STLLoader.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
STLLoader.h
|
General
|
2009-03-05 22:32:13 +00:00 |
SceneCombiner.cpp
|
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
2009-04-24 20:53:24 +00:00 |
SceneCombiner.h
|
General
|
2009-03-05 22:32:13 +00:00 |
ScenePreprocessor.cpp
|
- BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out.
|
2009-04-23 14:13:20 +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
|
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 |
SkeletonMeshBuilder.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 |
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
|
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
2009-05-03 21:49:34 +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
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +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
|
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
2009-06-21 19:44:48 +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
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
XFileImporter.h
|
General
|
2009-03-05 22:32:13 +00:00 |
XFileParser.cpp
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +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
|
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
2009-05-03 21:49:34 +00:00 |
irrXMLWrapper.h
|
Doc now includes parts of the internal API.
|
2009-08-31 15:51:54 +00:00 |
makefile
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
makefile.mingw
|
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
2009-08-21 22:49:58 +00:00 |
qnan.h
|
General
|
2009-03-05 22:32:13 +00:00 |