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