| .. |
|
extra
|
84ff1090c2
- BUGFIX: Fix compiler warning: variable is not initialized.
|
vor 16 Jahren |
|
res
|
9070dc1f3c
Further work on jAssimp. Still WIP and NOT USABLE, but interface getting stable now, most JNI code written.
|
vor 16 Jahren |
|
3DSConverter.cpp
|
7cb337a8b8
BUGFIX: Fix compiler warning : suggested parthesis.
|
vor 16 Jahren |
|
3DSHelper.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
3DSLoader.cpp
|
497b387d45
BUGFIX: Fix compiler warning: comparison between signed and unsigned integer expressions
|
vor 16 Jahren |
|
3DSLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
ACLoader.cpp
|
c55be8ada3
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
vor 16 Jahren |
|
ACLoader.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
ASELoader.cpp
|
a955f4008a
BUGFIX: Fix compiler warning: variable not initialized.
|
vor 16 Jahren |
|
ASELoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
ASEParser.cpp
|
c2d8881549
General
|
vor 17 Jahren |
|
ASEParser.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
Assimp.cpp
|
12070a1d52
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
vor 16 Jahren |
|
AssimpPCH.cpp
|
4bbc03332b
General
|
vor 17 Jahren |
|
AssimpPCH.h
|
a4d7871096
[2805689] GCC 4.4 compatibility.
|
vor 16 Jahren |
|
B3DImporter.cpp
|
3b95a1e782
Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount().
|
vor 16 Jahren |
|
B3DImporter.h
|
a241829149
Implemented anims/bones
|
vor 16 Jahren |
|
BVHLoader.cpp
|
7080ba231c
General
|
vor 17 Jahren |
|
BVHLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
BaseImporter.cpp
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
vor 16 Jahren |
|
BaseImporter.h
|
8cfb2e26cf
- Ogre Importer Beta
|
vor 16 Jahren |
|
BaseProcess.cpp
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
vor 16 Jahren |
|
BaseProcess.h
|
8148ff36c0
Minor doc fixes.
|
vor 17 Jahren |
|
ByteSwap.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
CMakeLists.txt
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
CSMLoader.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
CSMLoader.h
|
d7b4dd6ae3
Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import.
|
vor 16 Jahren |
|
CalcTangentsProcess.cpp
|
4bbc03332b
General
|
vor 17 Jahren |
|
CalcTangentsProcess.h
|
9279513700
Optimized GenVertexNormal-Step.
|
vor 17 Jahren |
|
ColladaHelper.h
|
6d3c8b3bc7
Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file
|
vor 16 Jahren |
|
ColladaLoader.cpp
|
6d3c8b3bc7
Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file
|
vor 16 Jahren |
|
ColladaLoader.h
|
6d3c8b3bc7
Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file
|
vor 16 Jahren |
|
ColladaParser.cpp
|
6d3c8b3bc7
Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file
|
vor 16 Jahren |
|
ColladaParser.h
|
f85d7b63ef
- Bugfix: Collada parser did not skip unknown material properties correctly, leading to strange XML error messages
|
vor 16 Jahren |
|
ComputeUVMappingProcess.cpp
|
cc96f55c61
Adding samples/SimpleOpenGL.
|
vor 16 Jahren |
|
ComputeUVMappingProcess.h
|
c865999420
Collada
|
vor 17 Jahren |
|
ConvertToLHProcess.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
ConvertToLHProcess.h
|
c2d8881549
General
|
vor 17 Jahren |
|
DXFLoader.cpp
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
vor 16 Jahren |
|
DXFLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
DefaultIOStream.cpp
|
adb4ab602e
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
vor 16 Jahren |
|
DefaultIOStream.h
|
2b9461fbf7
MD3
|
vor 17 Jahren |
|
DefaultIOSystem.cpp
|
03fcec7fe3
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
vor 17 Jahren |
|
DefaultIOSystem.h
|
03fcec7fe3
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
vor 17 Jahren |
|
DefaultLogger.cpp
|
d881a16402
Logging functions are now available to C-Users, too. Cleaning up headers.
|
vor 16 Jahren |
|
FileLogStream.h
|
03fcec7fe3
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
vor 17 Jahren |
|
FileSystemFilter.h
|
e8386dc837
Fixing a minor issue in FileSystemFilter which prevented some external files from being loaded. Thanks to Jonathan Klein to point it out.
|
vor 16 Jahren |
|
FindDegenerates.cpp
|
29c33760e4
Triangulation:
|
vor 17 Jahren |
|
FindDegenerates.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
FindInstancesProcess.cpp
|
de14e06805
FIX: Nasty debug-only bug in FindInstancesProcess.
|
vor 16 Jahren |
|
FindInstancesProcess.h
|
ec9226c5b9
Fixed nasty bug in FindInstancesProcess.cpp.
|
vor 17 Jahren |
|
FindInvalidDataProcess.cpp
|
c89107a117
FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons.
|
vor 16 Jahren |
|
FindInvalidDataProcess.h
|
c89107a117
FEATURE: FindInvalidData step now provides a configuration option to fine-tune the accuracy of floating-point comparisons.
|
vor 16 Jahren |
|
FixNormalsStep.cpp
|
4727ad6c6a
Fixed HMP typo.
|
vor 17 Jahren |
|
FixNormalsStep.h
|
7d21c02e28
ASSIMP Beta 1, final fixes for the release.
|
vor 17 Jahren |
|
GenFaceNormalsProcess.cpp
|
07428f37c7
FIX: GenFaceNormals process returns unit normals now.
|
vor 16 Jahren |
|
GenFaceNormalsProcess.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
vor 17 Jahren |
|
GenVertexNormalsProcess.cpp
|
84e2c82877
[ 2666245 ] Remove unused vars
|
vor 17 Jahren |
|
GenVertexNormalsProcess.h
|
9279513700
Optimized GenVertexNormal-Step.
|
vor 17 Jahren |
|
GenericProperty.h
|
25088fd7da
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
vor 16 Jahren |
|
HMPFileData.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
HMPLoader.cpp
|
4bbc03332b
General
|
vor 17 Jahren |
|
HMPLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
HalfLifeFileData.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
Hash.h
|
32342857d8
ASE and 3DS cleanup - face ordering improved.
|
vor 17 Jahren |
|
IFF.h
|
ef3cd69ae6
worked on getting assimpl compiled on BE
|
vor 17 Jahren |
|
IRRLoader.cpp
|
a3b32f306c
Adding a file system filter layer to correct invalid paths automatically.
|
vor 17 Jahren |
|
IRRLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
IRRMeshLoader.cpp
|
c2d8881549
General
|
vor 17 Jahren |
|
IRRMeshLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
IRRShared.cpp
|
25088fd7da
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
vor 16 Jahren |
|
IRRShared.h
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
Importer.cpp
|
8cfb2e26cf
- Ogre Importer Beta
|
vor 16 Jahren |
|
ImproveCacheLocality.cpp
|
a534c364b2
AssimpView now finds textures stored with their full path in the asset's directory.
|
vor 16 Jahren |
|
ImproveCacheLocality.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
JoinVerticesProcess.cpp
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
JoinVerticesProcess.h
|
12070a1d52
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
vor 16 Jahren |
|
LWOAnimation.cpp
|
35cfb90e6f
BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details.
|
vor 16 Jahren |
|
LWOAnimation.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
LWOBLoader.cpp
|
e85bd7d5b9
- BUGFIX : Fix compiler warning ( not referenced parameter ).
|
vor 16 Jahren |
|
LWOFileData.h
|
a677cdd1c0
LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly.
|
vor 16 Jahren |
|
LWOLoader.cpp
|
a677cdd1c0
LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly.
|
vor 16 Jahren |
|
LWOLoader.h
|
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.
|
vor 16 Jahren |
|
LWOMaterial.cpp
|
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.
|
vor 16 Jahren |
|
LWSLoader.cpp
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
vor 16 Jahren |
|
LWSLoader.h
|
0023010840
[ 2672224 ] Patch To get gcc to compile assimp under Linux
|
vor 17 Jahren |
|
LimitBoneWeightsProcess.cpp
|
de50bb915b
MD5
|
vor 17 Jahren |
|
LimitBoneWeightsProcess.h
|
6f49c4518c
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.
|
vor 17 Jahren |
|
MD2FileData.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
MD2Loader.cpp
|
93ab7383da
General
|
vor 17 Jahren |
|
MD2Loader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
MD2NormalTable.h
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
vor 17 Jahren |
|
MD3FileData.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
MD3Loader.cpp
|
c999f65a7d
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
vor 16 Jahren |
|
MD3Loader.h
|
93ab7383da
General
|
vor 17 Jahren |
|
MD5Loader.cpp
|
35cfb90e6f
BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details.
|
vor 16 Jahren |
|
MD5Loader.h
|
7080ba231c
General
|
vor 17 Jahren |
|
MD5Parser.cpp
|
d0ab169de9
FIX broken MD5Parser.cpp.
|
vor 16 Jahren |
|
MD5Parser.h
|
4ece1c859a
- BUGFIX: Fix compiler warnings.
|
vor 16 Jahren |
|
MDCFileData.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
MDCLoader.cpp
|
4bbc03332b
General
|
vor 17 Jahren |
|
MDCLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
MDCNormalTable.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
vor 17 Jahren |
|
MDLDefaultColorMap.h
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
vor 17 Jahren |
|
MDLFileData.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
MDLLoader.cpp
|
c2d8881549
General
|
vor 17 Jahren |
|
MDLLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
MDLMaterialLoader.cpp
|
4bbc03332b
General
|
vor 17 Jahren |
|
MaterialSystem.cpp
|
3b95a1e782
Adding aiMaterial::GetTextureCount()/aiMaterialGetTextureCount().
|
vor 16 Jahren |
|
MaterialSystem.h
|
fcc6455447
Removing stdint.h dependency from the public API to avoid conflicts with other libraries.
|
vor 17 Jahren |
|
MemoryIOWrapper.h
|
adb4ab602e
Adding Importer::ReadFileFromMemory to make Chromanoid happy.
|
vor 16 Jahren |
|
NFFLoader.cpp
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
vor 16 Jahren |
|
NFFLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
OFFLoader.cpp
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
vor 16 Jahren |
|
OFFLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
ObjFileData.h
|
eda47a6f0b
- Add new helper funtion to detect end of buffer.
|
vor 16 Jahren |
|
ObjFileImporter.cpp
|
5c0432057a
- REFACTORING : Removing deprecated code from obj-loader.
|
vor 16 Jahren |
|
ObjFileImporter.h
|
5c0432057a
- REFACTORING : Removing deprecated code from obj-loader.
|
vor 16 Jahren |
|
ObjFileMtlImporter.cpp
|
d3ff282987
- Removed dead code.
|
vor 16 Jahren |
|
ObjFileMtlImporter.h
|
fa8edfe207
- BUGFIX: Fixed a crash in the normal-loader method of obj loader.
|
vor 17 Jahren |
|
ObjFileParser.cpp
|
21f948288c
BUGFIX : Fix crash in material loader.
|
vor 16 Jahren |
|
ObjFileParser.h
|
a870710f56
- REFACTORING : Remove not used header from ObjFileParser.
|
vor 16 Jahren |
|
ObjTools.h
|
21f948288c
BUGFIX : Fix crash in material loader.
|
vor 16 Jahren |
|
OgreImporter.cpp
|
35b7416437
FIX: gcc's complaints about OgreImporter.
|
vor 16 Jahren |
|
OgreImporter.h
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
OgreXmlHelper.h
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
OptimizeGraph.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
OptimizeGraph.h
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
vor 16 Jahren |
|
OptimizeMeshes.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
OptimizeMeshes.h
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
vor 16 Jahren |
|
ParsingUtils.h
|
76385013d0
BUGFIX: Fix compiler warning: suggest parthesis.
|
vor 16 Jahren |
|
PlyLoader.cpp
|
1c0f3f1b2e
BUGFIX: Fix typo in PlyLoader.cpp. Thanks to Chris Maiwald for the bugreport.
|
vor 16 Jahren |
|
PlyLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
PlyParser.cpp
|
4bbc03332b
General
|
vor 17 Jahren |
|
PlyParser.h
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
vor 17 Jahren |
|
PretransformVertices.cpp
|
a9ece90b81
FIX: Scons workspace was missing a reference to contrib/ConvertUTF.
|
vor 16 Jahren |
|
PretransformVertices.h
|
cc1ff304df
FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords.
|
vor 16 Jahren |
|
ProcessHelper.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
Q3DLoader.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
Q3DLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
RawLoader.cpp
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
vor 16 Jahren |
|
RawLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
RemoveComments.cpp
|
b06fc2e5f5
MD5
|
vor 17 Jahren |
|
RemoveComments.h
|
f69446937b
Added NFF loader. No standard shapes yet (sphere, cone), but a class for them (StandardShapes) has been declared.
|
vor 17 Jahren |
|
RemoveRedundantMaterials.cpp
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
vor 16 Jahren |
|
RemoveRedundantMaterials.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
RemoveVCProcess.cpp
|
4bbc03332b
General
|
vor 17 Jahren |
|
RemoveVCProcess.h
|
58eb786d62
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
vor 17 Jahren |
|
SGSpatialSort.cpp
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
vor 17 Jahren |
|
SGSpatialSort.h
|
3e46a0860e
Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved.
|
vor 17 Jahren |
|
SMDLoader.cpp
|
c999f65a7d
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
vor 16 Jahren |
|
SMDLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
STLLoader.cpp
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
vor 16 Jahren |
|
STLLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
SceneCombiner.cpp
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
vor 16 Jahren |
|
SceneCombiner.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
ScenePreprocessor.cpp
|
d6aacefa1e
- BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out.
|
vor 16 Jahren |
|
ScenePreprocessor.h
|
58eb786d62
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
vor 17 Jahren |
|
SkeletonMeshBuilder.cpp
|
d7b4dd6ae3
Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import.
|
vor 16 Jahren |
|
SkeletonMeshBuilder.h
|
d7b4dd6ae3
Adding very basic reading support for CSM (CharacterStudio Motion). No proper hierarchy reconstruction yet, just plain marker import.
|
vor 16 Jahren |
|
SmoothingGroups.h
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
vor 17 Jahren |
|
SmoothingGroups.inl
|
58eb786d62
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
vor 17 Jahren |
|
SortByPTypeProcess.cpp
|
84e2c82877
[ 2666245 ] Remove unused vars
|
vor 17 Jahren |
|
SortByPTypeProcess.h
|
7c50899481
Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion.
|
vor 17 Jahren |
|
SpatialSort.cpp
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
SpatialSort.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
SplitLargeMeshes.cpp
|
f7aa836330
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.
|
vor 17 Jahren |
|
SplitLargeMeshes.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
vor 17 Jahren |
|
StandardShapes.cpp
|
6557c28ef7
FIX: NFF face winding bug (actually it was in StandardShapes.cpp).
|
vor 17 Jahren |
|
StandardShapes.h
|
6557c28ef7
FIX: NFF face winding bug (actually it was in StandardShapes.cpp).
|
vor 17 Jahren |
|
StdOStreamLogStream.h
|
03fcec7fe3
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
vor 17 Jahren |
|
StreamReader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
StringComparison.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
Subdivision.cpp
|
c55be8ada3
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
vor 16 Jahren |
|
Subdivision.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
TargetAnimation.cpp
|
c999f65a7d
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
vor 16 Jahren |
|
TargetAnimation.h
|
c999f65a7d
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
vor 16 Jahren |
|
TerragenLoader.cpp
|
07029ea363
BUGFIX: Fix compiler warning: wrong initialization order in initlist.
|
vor 16 Jahren |
|
TerragenLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
TextureTransform.cpp
|
c55be8ada3
FIX: Cleaning up use of printf() format specifiers. %i mostly replaced by %u when appropriate.
|
vor 16 Jahren |
|
TextureTransform.h
|
c920982464
BUGFIX: Fix compiler warning: wrong initialization order in initlist.
|
vor 16 Jahren |
|
TriangulateProcess.cpp
|
29c33760e4
Triangulation:
|
vor 17 Jahren |
|
TriangulateProcess.h
|
927cd1cd46
Added support for point and line primitives.
|
vor 17 Jahren |
|
UnrealLoader.cpp
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
vor 16 Jahren |
|
UnrealLoader.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
ValidateDataStructure.cpp
|
185c30c85b
Bugfix: moved ai_assert condition evaluation out of the assert function to avoid constructing two expensive strings on every single call.
|
vor 16 Jahren |
|
ValidateDataStructure.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
Vertex.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
VertexTriangleAdjacency.cpp
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
VertexTriangleAdjacency.h
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
vor 16 Jahren |
|
Win32DebugLogStream.h
|
03fcec7fe3
Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger.
|
vor 17 Jahren |
|
XFileHelper.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
vor 17 Jahren |
|
XFileImporter.cpp
|
35cfb90e6f
BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details.
|
vor 16 Jahren |
|
XFileImporter.h
|
4bbc03332b
General
|
vor 17 Jahren |
|
XFileParser.cpp
|
5c1804f3ad
- BUGFIX : Fixed compiler warning ( constant condition ).
|
vor 16 Jahren |
|
XFileParser.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
vor 17 Jahren |
|
aiAssert.cpp
|
185c30c85b
Bugfix: moved ai_assert condition evaluation out of the assert function to avoid constructing two expensive strings on every single call.
|
vor 16 Jahren |
|
fast_atof.h
|
5c1804f3ad
- BUGFIX : Fixed compiler warning ( constant condition ).
|
vor 16 Jahren |
|
irrXMLWrapper.h
|
8929ee3da5
Doc now includes parts of the internal API.
|
vor 16 Jahren |
|
makefile
|
ea3cdcd843
BUGFIX : Fix make
|
vor 16 Jahren |
|
makefile.mingw
|
c508bafbad
- BUGFIX : Fix optimization flag in makefiles.
|
vor 16 Jahren |
|
qnan.h
|
4bbc03332b
General
|
vor 17 Jahren |