| .. |
|
BoostWorkaround
|
27727f692b
add missing <sstream> header to lexical_cast replacement
|
12 년 전 |
|
res
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
3DSConverter.cpp
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 년 전 |
|
3DSHelper.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
14 년 전 |
|
3DSLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
3DSLoader.h
|
bd05acf872
bugfix : fix unresolved symbols if 3DS-import is configured not to be oart of the lib.
|
12 년 전 |
|
ACLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
ACLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
ASELoader.cpp
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 년 전 |
|
ASELoader.h
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 년 전 |
|
ASEParser.cpp
|
c6d1a73854
Fix a logging message and a comment
|
12 년 전 |
|
ASEParser.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
Assimp.cpp
|
df13d315db
# workaround crash in aiReleaseImport due to an suspected bug in gcc. See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339. See assimp-discussions for the details.
|
14 년 전 |
|
AssimpCExport.cpp
|
0edb78d940
Add aiFreeScene() API for symmetry with aiCopyScene.
|
12 년 전 |
|
AssimpPCH.cpp
|
30c6a74e1d
Improving constructors of aiNode & aiScene
|
12 년 전 |
|
AssimpPCH.h
|
e479355d0a
+ add aiImporterDesc API to hold importer meta information.
|
13 년 전 |
|
B3DImporter.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
B3DImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
BVHLoader.cpp
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 년 전 |
|
BVHLoader.h
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 년 전 |
|
BaseImporter.cpp
|
53665faacf
- make BaseImporter::GetExtensionList more robust, improve error checking.
|
13 년 전 |
|
BaseImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
BaseProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
BaseProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
BlenderDNA.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
BlenderDNA.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
BlenderDNA.inl
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
BlenderIntermediate.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
BlenderLoader.cpp
|
b8ed6fbcef
Fix Heap corruption in BlenderImporter::ConvertMesh function. closes #36
|
12 년 전 |
|
BlenderLoader.h
|
d8c2295962
- blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch.
|
13 년 전 |
|
BlenderModifier.cpp
|
ced8d8279a
Fix [3484066] Compilation error in Visual Studio 2011 Preview
|
14 년 전 |
|
BlenderModifier.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
BlenderScene.cpp
|
3713383b0f
Added uv and colour support
|
12 년 전 |
|
BlenderScene.h
|
3713383b0f
Added uv and colour support
|
12 년 전 |
|
BlenderSceneGen.h
|
3713383b0f
Added uv and colour support
|
12 년 전 |
|
BlobIOSystem.h
|
6eaff77a7c
bugfix : fix pedantic vs2012 warnings.
|
12 년 전 |
|
ByteSwap.h
|
adfef670cc
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
13 년 전 |
|
CInterfaceIOWrapper.h
|
9f6e45d651
Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
CMakeLists.txt
|
88da17a246
Drop M3 Importer.
|
12 년 전 |
|
COBLoader.cpp
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 년 전 |
|
COBLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
COBScene.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
CSMLoader.cpp
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 년 전 |
|
CSMLoader.h
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 년 전 |
|
CalcTangentsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
CalcTangentsProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ColladaExporter.cpp
|
34d2bdd178
Exporters: raise errors if output files cannot be opened.
|
12 년 전 |
|
ColladaExporter.h
|
adfef670cc
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
13 년 전 |
|
ColladaHelper.h
|
a6ddce7758
Added name member to Collada::Mesh.
|
12 년 전 |
|
ColladaLoader.cpp
|
d23430c4bd
Collada mesh name is copied from id only if there was no name attribute in the <geometry> node.
|
12 년 전 |
|
ColladaLoader.h
|
5470f5fb28
add AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION for not transforming position of vertices
|
12 년 전 |
|
ColladaParser.cpp
|
a540c6255c
Added parsing of Collada mesh names.
|
12 년 전 |
|
ColladaParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ComputeUVMappingProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ComputeUVMappingProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
ConvertToLHProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ConvertToLHProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
DXFHelper.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
DXFLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
DXFLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
DeboneProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
DeboneProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
DefaultIOStream.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
DefaultIOStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
DefaultIOSystem.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
DefaultIOSystem.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
DefaultLogger.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
DefaultProgressHandler.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
Exceptional.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
Exporter.cpp
|
6eaff77a7c
bugfix : fix pedantic vs2012 warnings.
|
12 년 전 |
|
FBXAnimation.cpp
|
5bc573edb8
- fbx: pre-filter animated property we don't support as early as possible.
|
13 년 전 |
|
FBXBinaryTokenizer.cpp
|
9b591fadb8
Fixes for uninitialized variable warnings.
|
12 년 전 |
|
FBXCompileConfig.h
|
18b2aebcb1
- FBX importer: basic interface and importer skeleton. Start tokenizer and parser.
|
13 년 전 |
|
FBXConverter.cpp
|
9b591fadb8
Fixes for uninitialized variable warnings.
|
12 년 전 |
|
FBXConverter.h
|
d7270aa278
- fbx: skeleton for DOM -> aiScene converter.
|
13 년 전 |
|
FBXDeformer.cpp
|
310235dd5b
- fbx: more warn policy tuning.
|
13 년 전 |
|
FBXDocument.cpp
|
a288a631e2
- FBX: avoid more gcc warnings.
|
12 년 전 |
|
FBXDocument.h
|
a1713052e5
- fbx: support reading LimbNode attachments, less Property70 warnings.
|
13 년 전 |
|
FBXDocumentUtil.cpp
|
4921114c7d
- fbx: better error reporting reading property tables.
|
13 년 전 |
|
FBXDocumentUtil.h
|
ace5b763c3
Added AI_WONT_RETURN and AI_WONT_RETURN_SUFFIX to DOMError.
|
12 년 전 |
|
FBXImportSettings.h
|
f6cb467275
- FBX::ImportSettings: fix initialization list order.
|
12 년 전 |
|
FBXImporter.cpp
|
3e86e1b857
- fbx: add import settings to public assimp config interface.
|
13 년 전 |
|
FBXImporter.h
|
05bc8ab684
- fbx: add ImportSettings to keep track of fbx-specific import settings. The settings are generated by the importer instance and injected into parser and DOM.
|
13 년 전 |
|
FBXMaterial.cpp
|
17629f1ff1
- fbx: work on resolving material links.
|
13 년 전 |
|
FBXMeshGeometry.cpp
|
f7106887cc
- some fixes for vc12
|
13 년 전 |
|
FBXModel.cpp
|
cdb7caffbd
- fbx: add special output node name tag to mark fbx null nodes.
|
13 년 전 |
|
FBXNodeAttribute.cpp
|
a1713052e5
- fbx: support reading LimbNode attachments, less Property70 warnings.
|
13 년 전 |
|
FBXParser.cpp
|
04b0ea3f9a
Initialized stride variable to prevent compiler warnings about potential use of unassigned variable.
|
12 년 전 |
|
FBXParser.h
|
315285faf0
- fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser".
|
13 년 전 |
|
FBXProperties.cpp
|
1bdf39448a
- fbx: extend list of supported property data types.
|
13 년 전 |
|
FBXProperties.h
|
e56b39ecaf
fbx: gcc 4.6 compile fixes
|
13 년 전 |
|
FBXTokenizer.cpp
|
25dfbdf58d
- fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing.
|
13 년 전 |
|
FBXTokenizer.h
|
24ce9495fd
- fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected.
|
13 년 전 |
|
FBXUtil.cpp
|
5fe03f692e
- FBX: silence some warnings produced by clang about missing switch cases. Add TokenType_BINARY_DATA to TokenTypeString() function.
|
12 년 전 |
|
FBXUtil.h
|
24ce9495fd
- fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected.
|
13 년 전 |
|
FileLogStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
FileSystemFilter.h
|
accbcb575b
- fix off-by-one error in FileSystemFilter.
|
14 년 전 |
|
FindDegenerates.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
FindDegenerates.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
FindInstancesProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
FindInstancesProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
FindInvalidDataProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
FindInvalidDataProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
FixNormalsStep.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
FixNormalsStep.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
GenFaceNormalsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
GenFaceNormalsProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
GenVertexNormalsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
GenVertexNormalsProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
GenericProperty.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
HMPFileData.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
14 년 전 |
|
HMPLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
HMPLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
HalfLifeFileData.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
14 년 전 |
|
Hash.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
IFCBoolean.cpp
|
d25715ad2c
- Ifc: fix issue pointed out by clang that caused an epsilon check to go totally wrong. A pair of extra parentheses invoked C++ expression evaluation instead of argument passing.
|
12 년 전 |
|
IFCCurve.cpp
|
56bf755c4b
- Ifc: fix handling of curves with RADIAN parameters.
|
13 년 전 |
|
IFCGeometry.cpp
|
232e69dc2a
- Ifc: code cleanup, remove various non-needed variables as pointed out by gcc.
|
12 년 전 |
|
IFCLoader.cpp
|
31311bdb3b
IFC: support reading from IFCZip archives that don't use the same name for the embedded IFC file as the ZIP itself.
|
12 년 전 |
|
IFCLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
IFCMaterial.cpp
|
879f2ed177
- fix some -Wall warnings
|
13 년 전 |
|
IFCOpenings.cpp
|
232e69dc2a
- Ifc: code cleanup, remove various non-needed variables as pointed out by gcc.
|
12 년 전 |
|
IFCProfile.cpp
|
5ac2354da0
- Ifc: implement IfcIShapeProfileDef entity.
|
13 년 전 |
|
IFCReaderGen.cpp
|
2ad24f7940
- Ifc: support reading IfcComplexProperty
|
12 년 전 |
|
IFCReaderGen.h
|
2ad24f7940
- Ifc: support reading IfcComplexProperty
|
12 년 전 |
|
IFCUtil.cpp
|
16a635a961
- Ifc: support IfcPolygonalBoundedHalfSpace entities (WIP).
|
13 년 전 |
|
IFCUtil.h
|
10f8eda497
- Ifc: prevent infinite recursion due to cyclic back references which the new STEP backref tracker might produce.
|
12 년 전 |
|
IFF.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
14 년 전 |
|
IRRLoader.cpp
|
84939d5aec
- fixed preprocessor checks for some importers
|
13 년 전 |
|
IRRLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
IRRMeshLoader.cpp
|
84939d5aec
- fixed preprocessor checks for some importers
|
13 년 전 |
|
IRRMeshLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
IRRShared.cpp
|
84939d5aec
- fixed preprocessor checks for some importers
|
13 년 전 |
|
IRRShared.h
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
16 년 전 |
|
Importer.cpp
|
0693df00c5
- Bugfix: catched a null pointer crash when post processing removed everything from an invalid scene
|
13 년 전 |
|
Importer.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ImporterRegistry.cpp
|
88da17a246
Drop M3 Importer.
|
12 년 전 |
|
ImproveCacheLocality.cpp
|
23381d9710
Bugfix : Refactored ImproveCacheLocalityProcess::ProcessMesh. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
ImproveCacheLocality.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
JoinVerticesProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
JoinVerticesProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
LWOAnimation.cpp
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 년 전 |
|
LWOAnimation.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
LWOBLoader.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
LWOFileData.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
LWOLoader.cpp
|
7efb94580f
- LWO: fix crash when computing normals for meshes that contain line or point faces. Thanks to Thomas Sevaldrud for the patch.
|
12 년 전 |
|
LWOLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
LWOMaterial.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
LWSLoader.cpp
|
8f2e816042
- LWS: fix bugs pointed out by clang leading to path strings being incorrectly build.
|
12 년 전 |
|
LWSLoader.h
|
4e9a0bba20
+ add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it.
|
13 년 전 |
|
LimitBoneWeightsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
LimitBoneWeightsProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
LineSplitter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
LogAux.h
|
cca53d6a04
- fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h
|
12 년 전 |
|
MD2FileData.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
MD2Loader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MD2Loader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MD2NormalTable.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
MD3FileData.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
MD3Loader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MD3Loader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MD4FileData.h
|
01a25c1fb4
Get rid of ./extra folder in ./code. Move contents to main code folder.
|
16 년 전 |
|
MD5Loader.cpp
|
67472f3feb
- remove self-assignment in MD5Loader.cpp
|
12 년 전 |
|
MD5Loader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MD5Parser.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
MD5Parser.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
MDCFileData.h
|
42def11d13
Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
MDCLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MDCLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MDCNormalTable.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 년 전 |
|
MDLDefaultColorMap.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
MDLFileData.h
|
cb71e6f5f2
Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
MDLLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MDLLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MDLMaterialLoader.cpp
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 년 전 |
|
MS3DLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MS3DLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
MakeVerboseFormat.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
MakeVerboseFormat.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
MaterialSystem.cpp
|
9b591fadb8
Fixes for uninitialized variable warnings.
|
12 년 전 |
|
MaterialSystem.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
MemoryIOWrapper.h
|
c70646912c
- add IFCZIP support to IFC loader.
|
13 년 전 |
|
NDOLoader.cpp
|
5a0903668d
- NDOLoader: fix ASSIMP_BUILD_NO_NDO_IMPORTER guard.
|
12 년 전 |
|
NDOLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
NFFLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
NFFLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
OFFLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
OFFLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
ObjExporter.cpp
|
34d2bdd178
Exporters: raise errors if output files cannot be opened.
|
12 년 전 |
|
ObjExporter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ObjFileData.h
|
1da281c1f8
Make sure members are initialized properly
|
12 년 전 |
|
ObjFileImporter.cpp
|
fbe408dd2e
update : implement obj-support for normal maps.
|
13 년 전 |
|
ObjFileImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
ObjFileMtlImporter.cpp
|
fbe408dd2e
update : implement obj-support for normal maps.
|
13 년 전 |
|
ObjFileMtlImporter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ObjFileParser.cpp
|
d7c6cd9ece
{OBJ} Allow spaces in group names
|
12 년 전 |
|
ObjFileParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ObjTools.h
|
3f47ac3fe2
Bugfix : Fix an invalid getName function. Thanks to cyrilchampier.
|
13 년 전 |
|
OgreImporter.cpp
|
fe19ba9da6
Ogre: Material nullptr-fix, Loader is hopefully no longer confused by 'submeshnames' tag
|
13 년 전 |
|
OgreImporter.hpp
|
29243071fa
Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.)
|
13 년 전 |
|
OgreMaterial.cpp
|
052a8634d2
OgreMaterial: remove unneeded variable.
|
12 년 전 |
|
OgreMesh.cpp
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 년 전 |
|
OgreSkeleton.cpp
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 년 전 |
|
OgreXmlHelper.hpp
|
d9d57804fa
Ogre: Support for multiple texcoords
|
13 년 전 |
|
OptimizeGraph.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
OptimizeGraph.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
OptimizeMeshes.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
OptimizeMeshes.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
ParsingUtils.h
|
fa71305e07
Bugfix : Removed useless and weird const_cast from TokenMatch. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
PlyExporter.cpp
|
34d2bdd178
Exporters: raise errors if output files cannot be opened.
|
12 년 전 |
|
PlyExporter.h
|
08fe2e7d20
+ add Ply exporter.
|
14 년 전 |
|
PlyLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
PlyLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
PlyParser.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
PlyParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
PolyTools.h
|
6c1cb4f159
Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
PostStepRegistry.cpp
|
8d80f56396
fix include/ define in PostStepRegistry
|
12 년 전 |
|
PretransformVertices.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
PretransformVertices.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
ProcessHelper.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ProcessHelper.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
Profiler.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
Q3BSPFileData.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
Q3BSPFileImporter.cpp
|
81aef90f4a
- manually pulled the three smaller change requests from Github.
|
13 년 전 |
|
Q3BSPFileImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
Q3BSPFileParser.cpp
|
84939d5aec
- fixed preprocessor checks for some importers
|
13 년 전 |
|
Q3BSPFileParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
Q3BSPZipArchive.cpp
|
df700b998f
Another small bug correction in Q3BSPZipArchive
|
12 년 전 |
|
Q3BSPZipArchive.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
Q3DLoader.cpp
|
0b9d6bec0d
- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.
|
13 년 전 |
|
Q3DLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
RawLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
RawLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
RemoveComments.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
RemoveComments.h
|
adfef670cc
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
13 년 전 |
|
RemoveRedundantMaterials.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
RemoveRedundantMaterials.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
RemoveVCProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
RemoveVCProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
SGSpatialSort.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SGSpatialSort.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
SMDLoader.cpp
|
39ae26bfd8
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
13 년 전 |
|
SMDLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
STEPFile.h
|
c338b665ed
- applied patch to fix compilation errors with CLang following issue #3590305
|
13 년 전 |
|
STEPFileEncoding.cpp
|
9bb9868a93
- STEP: fix possible compilation error due to unwanted line continuation in a comment line.
|
13 년 전 |
|
STEPFileEncoding.h
|
03c01685d3
- STEP: support UTF16, UTF32 and Mac/Roman escape sequences.
|
13 년 전 |
|
STEPFileReader.cpp
|
cded602950
- STEP: fix bug that caused back references contained in nested aggregates to be not tracked.
|
12 년 전 |
|
STEPFileReader.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
STLExporter.cpp
|
60a65aaaeb
add AI_SWAP4 for big endian architecture
|
12 년 전 |
|
STLExporter.h
|
4ccb16fe01
add binary exporter to STLExporter
|
12 년 전 |
|
STLLoader.cpp
|
7db5dcb357
Improve STL representation detection
|
12 년 전 |
|
STLLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
SceneCombiner.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SceneCombiner.h
|
adfef670cc
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
13 년 전 |
|
ScenePreprocessor.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ScenePreprocessor.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ScenePrivate.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SkeletonMeshBuilder.cpp
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
SkeletonMeshBuilder.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
SmoothingGroups.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SmoothingGroups.inl
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SortByPTypeProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SortByPTypeProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
SpatialSort.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SpatialSort.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
SplitByBoneCountProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SplitByBoneCountProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
SplitLargeMeshes.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
SplitLargeMeshes.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
StandardShapes.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
StandardShapes.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
StdOStreamLogStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
StreamReader.h
|
a90e208e6d
Fixed parameter type mismatch in StreamReader.
|
12 년 전 |
|
StringComparison.h
|
39ae26bfd8
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
13 년 전 |
|
Subdivision.cpp
|
d7341094ca
Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
Subdivision.h
|
d7341094ca
Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ).
|
14 년 전 |
|
TargetAnimation.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
TargetAnimation.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
TerragenLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
TerragenLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
TextureTransform.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
TextureTransform.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
TinyFormatter.h
|
17e2588588
- workaround for older gcc versions (<4.6) sometimes copying temporaries even though they shouldn't.
|
12 년 전 |
|
TriangulateProcess.cpp
|
ddea19ead1
- triangulation: re-introduce special handling for quads, now with proper support for concave quads. This should *really* fix [3429812], but it leaves me to suspect bugs in the general-purpose triangulation code for ngons.
|
13 년 전 |
|
TriangulateProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
UnrealLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
UnrealLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
ValidateDataStructure.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
ValidateDataStructure.h
|
32b694d4f6
Added AI_WONT_RETURN_SUFFIX to ReportError().
|
12 년 전 |
|
Vertex.h
|
f7106887cc
- some fixes for vc12
|
13 년 전 |
|
VertexTriangleAdjacency.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |
|
VertexTriangleAdjacency.h
|
adfef670cc
- rename assert.h to ai_assert.h. See also https://sourceforge.net/tracker/?func=detail&atid=1067632&aid=3520178&group_id=226462
|
13 년 전 |
|
Win32DebugLogStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
XFileHelper.h
|
18f01268e6
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
|
13 년 전 |
|
XFileImporter.cpp
|
18f01268e6
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
|
13 년 전 |
|
XFileImporter.h
|
18f01268e6
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
|
13 년 전 |
|
XFileParser.cpp
|
2944e7b210
- Added a workaround for some XFileExporter omitting separator chars at the end of data vectors
|
13 년 전 |
|
XFileParser.h
|
18f01268e6
- rewrote the XFileLoader material management to handle meshes with dummy material names correctly.
|
13 년 전 |
|
XGLLoader.cpp
|
47b2832dd8
- XGL: fix non isocpp-compliant definition of LogFunctions::log_prefix outside the namespace where the class resides.
|
12 년 전 |
|
XGLLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 년 전 |
|
assbin_chunks.h
|
2ffac898d6
[3393728] [PATCH 1/2] ommit->omit and splitted->split
|
14 년 전 |
|
fast_atof.h
|
6920c433fd
add missing include to fast_atof.h
|
12 년 전 |
|
irrXMLWrapper.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
14 년 전 |
|
makefile.mingw
|
76bdf7d0cb
Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839.
|
15 년 전 |
|
pstdint.h
|
0e77095ace
Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included.
|
15 년 전 |
|
qnan.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 년 전 |