| .. |
|
BoostWorkaround
|
908b945f50
BoostWorkaround/shared_array and shared_ptr: fix checks for whether the boost originals are included already. Fixes #277
|
преди 11 години |
|
res
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
3DSConverter.cpp
|
9f10553601
Fix 3DS instances loading, fixes #151
|
преди 12 години |
|
3DSExporter.cpp
|
a07cde4a81
3DS Exporter: export scene hierarchy.
|
преди 11 години |
|
3DSExporter.h
|
a07cde4a81
3DS Exporter: export scene hierarchy.
|
преди 11 години |
|
3DSHelper.h
|
9f10553601
Fix 3DS instances loading, fixes #151
|
преди 12 години |
|
3DSLoader.cpp
|
9f10553601
Fix 3DS instances loading, fixes #151
|
преди 12 години |
|
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 години |
|
AssbinExporter.cpp
|
886a704c17
some notes to self
|
преди 11 години |
|
AssbinExporter.h
|
cd86818888
- add compression support
|
преди 11 години |
|
AssbinLoader.cpp
|
fb546b694e
code style
|
преди 11 години |
|
AssbinLoader.h
|
1aeaef2037
add lights and cameras
|
преди 11 години |
|
Assimp.cpp
|
843e56c252
Added matrix properties
|
преди 12 години |
|
AssimpCExport.cpp
|
be5fc42e16
Fix memory corruption in the aiGetExportFormatDescription() API. Clarify Exporter doc.
|
преди 11 години |
|
AssimpPCH.cpp
|
311f5b47ca
Fixed bug during compilation with mingw & improved git revision support for automatic up to date revision number.
|
преди 11 години |
|
AssimpPCH.h
|
fe87b09246
Move pstdint.h for <= VC9 under include. Apps that include the Assimp headers need to have this available, as its pulled in by metadata.h. Fixes #290.
|
преди 11 години |
|
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
|
843e56c252
Added matrix properties
|
преди 12 години |
|
BaseImporter.h
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
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 години |
|
Bitmap.cpp
|
94f156f809
In Collada: added support for exporting uncompressed embeded textures as bitmap
|
преди 12 години |
|
Bitmap.h
|
94f156f809
In Collada: added support for exporting uncompressed embeded textures as bitmap
|
преди 12 години |
|
BlenderBMesh.cpp
|
aae01c47ad
bugfix: fix compiler warnings for gcc-4.8.1.
|
преди 11 години |
|
BlenderBMesh.h
|
01a6ec9059
Adding tessellation support for new Blender 2.6 polygons
|
преди 12 години |
|
BlenderDNA.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
BlenderDNA.h
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
BlenderDNA.inl
|
3408a0a838
Blender: iterative loading code for the linked list of scene objects, fixes #28 but is preliminary as it touches code that is normally machine-generated.
|
преди 12 години |
|
BlenderIntermediate.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
BlenderLoader.cpp
|
01a6ec9059
Adding tessellation support for new Blender 2.6 polygons
|
преди 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
|
d9b65f9bd8
Properly orient mirrored blend mesh faces
|
преди 11 години |
|
BlenderModifier.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
BlenderScene.cpp
|
aae01c47ad
bugfix: fix compiler warnings for gcc-4.8.1.
|
преди 11 години |
|
BlenderScene.h
|
a9a881cde6
Blender: map texture influence to aiTextureType
|
преди 12 години |
|
BlenderSceneGen.h
|
b70650e9a4
Blender: new DNA loading code generated by genblenddna.py script, now machine-generates the previously hand-written fix.
|
преди 12 години |
|
BlenderTessellator.cpp
|
aae01c47ad
bugfix: fix compiler warnings for gcc-4.8.1.
|
преди 11 години |
|
BlenderTessellator.h
|
857e50ba40
BlenderTesselator: disable GLU tesselation code by default.
|
преди 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
|
ac5c1f9df1
add to cmake
|
преди 11 години |
|
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
|
c6b516b68b
bugfix: handling possible nullptr access.
|
преди 11 години |
|
CalcTangentsProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
ColladaExporter.cpp
|
1cb01c54a3
Fix IOSFixed
|
преди 11 години |
|
ColladaExporter.h
|
c4021fbaaf
Fix Collada export validated by Schema
|
преди 11 години |
|
ColladaHelper.h
|
a6ddce7758
Added name member to Collada::Mesh.
|
преди 12 години |
|
ColladaLoader.cpp
|
16ae05eeeb
obj loader: added multiline support
|
преди 11 години |
|
ColladaLoader.h
|
5470f5fb28
add AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION for not transforming position of vertices
|
преди 12 години |
|
ColladaParser.cpp
|
284abbe9e1
fix for collada parser when importing empty arrays.
|
преди 12 години |
|
ColladaParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
ComputeUVMappingProcess.cpp
|
ec2b8dd3fa
bugfix:
|
преди 12 години |
|
ComputeUVMappingProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
преди 14 години |
|
ConvertToLHProcess.cpp
|
c6b516b68b
bugfix: handling possible nullptr access.
|
преди 11 години |
|
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
|
231e4e0cd0
update: commit not saved changes.
|
преди 11 години |
|
DeboneProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
преди 14 години |
|
DefaultIOStream.cpp
|
5983300422
Updated some code comments in DefaultIOStream.cpp
|
преди 12 години |
|
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
|
51bf836db4
Fixed bugs in Q3BSPZipArchive & DefaultLogger
|
преди 12 години |
|
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
|
3d5e1b5cbc
add basic framework (files, etc)
|
преди 11 години |
|
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
|
d044ce7a62
FBXConverter: avoid creating an empty metadata slot (UDP3DSMAX was erased from list _after_ its size was taken)/
|
преди 11 години |
|
FBXConverter.h
|
d7270aa278
- fbx: skeleton for DOM -> aiScene converter.
|
преди 13 години |
|
FBXDeformer.cpp
|
310235dd5b
- fbx: more warn policy tuning.
|
преди 13 години |
|
FBXDocument.cpp
|
5ae010028b
FBX: fix memory leak. Connection objects in Document never freed. See #307
|
преди 11 години |
|
FBXDocument.h
|
ed9204ab1b
Initial version for FBX layered textures.
|
преди 12 години |
|
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
|
b2ac7b878f
Correction on FBX material texture UV index
|
преди 11 години |
|
FBXImporter.cpp
|
7e48c1cce9
FBX: fix memory leak, parsed TokenList never released. See #307.
|
преди 11 години |
|
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
|
ed9204ab1b
Initial version for FBX layered textures.
|
преди 12 години |
|
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
|
1403cabb71
FBXParser: fix compiler warning on double -> float.
|
преди 11 години |
|
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
|
9eb8677aba
Added unparsed FBX properties to the aiNode's metadata. This allows the
|
преди 12 години |
|
FBXProperties.h
|
f65e5d5487
Fixed a compile error due to a >> expression in a nested template statement.
|
преди 12 години |
|
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
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
FindInstancesProcess.cpp
|
46ca36cb6f
update:
|
преди 11 години |
|
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
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
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
|
46ca36cb6f
update:
|
преди 11 години |
|
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
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
IFCCurve.cpp
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
IFCGeometry.cpp
|
aae01c47ad
bugfix: fix compiler warnings for gcc-4.8.1.
|
преди 11 години |
|
IFCLoader.cpp
|
1f3be52079
Merge remote-tracking branch 'official/master' into contrib
|
преди 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
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
IFCProfile.cpp
|
5ac2354da0
- Ifc: implement IfcIShapeProfileDef entity.
|
преди 13 години |
|
IFCReaderGen.cpp
|
2ad24f7940
- Ifc: support reading IfcComplexProperty
|
преди 13 години |
|
IFCReaderGen.h
|
2ad24f7940
- Ifc: support reading IfcComplexProperty
|
преди 13 години |
|
IFCUtil.cpp
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
IFCUtil.h
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 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
|
cb65a97347
Irrlicht mesh loader is now predicated on the proper preprocessor define (ASSIMP_BUILD_NO_IRRMESH_IMPORTER) as opposed to a similarly named but wrong define (ASSIMP_BUILD_NO_IRR_IMPORTER).
|
преди 12 години |
|
IRRMeshLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
преди 13 години |
|
IRRShared.cpp
|
5334020d17
Irrlicht shared code is now excluded only if both the Irrlicht and Irrlicht Mesh importers are excluded from the build.
|
преди 12 години |
|
IRRShared.h
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
преди 16 години |
|
Importer.cpp
|
358819c1a0
Fixed error in GetProperty when accessed from external libraries using a different language (using swig for example)
|
преди 12 години |
|
Importer.h
|
843e56c252
Added matrix properties
|
преди 12 години |
|
ImporterRegistry.cpp
|
ad298cd84f
fix code style
|
преди 11 години |
|
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
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
LWOLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
преди 13 години |
|
LWOMaterial.cpp
|
ab2e81d004
LWO: take last CLIP with the requested index (CLIPs ordered by ordinal string)
|
преди 12 години |
|
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
|
d655199043
bugfix: fix stupid test introduced by myself.
|
преди 11 години |
|
LimitBoneWeightsProcess.h
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
LineSplitter.h
|
8267d93537
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
|
преди 12 години |
|
LogAux.h
|
cca53d6a04
- fix [3595689] by requiring gcc 4.6 for the full magic in LogAux.h
|
преди 13 години |
|
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
|
f2997a562b
typo fix: loose -> lose
|
преди 12 години |
|
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
|
7bc074857e
Missing material functions for aiUVTransform added
|
преди 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.
|
преди 13 години |
|
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
|
afa2d3da94
Improved texture map data in mtl exporter (in most cases an upper first character is used)
|
преди 11 години |
|
ObjExporter.h
|
ec2ce90654
Add Scene Author + AuthorTool
|
преди 11 години |
|
ObjFileData.h
|
fbaf89492d
bugfix: Obj-importer is now able to deal with 3d-texture coordinates.
|
преди 11 години |
|
ObjFileImporter.cpp
|
16ae05eeeb
obj loader: added multiline support
|
преди 11 години |
|
ObjFileImporter.h
|
0b88f72be2
refactor the code, also parse texture option explictly
|
преди 12 години |
|
ObjFileMtlImporter.cpp
|
ce37d3bcad
Fixed possible bug with map_emmissive keyword and removed second check for ambient texture keyword
|
преди 11 години |
|
ObjFileMtlImporter.h
|
0b88f72be2
refactor the code, also parse texture option explictly
|
преди 12 години |
|
ObjFileParser.cpp
|
0c5605d07d
Don't use isspace() in OBJ file parser.
|
преди 11 години |
|
ObjFileParser.h
|
fbaf89492d
bugfix: Obj-importer is now able to deal with 3d-texture coordinates.
|
преди 11 години |
|
ObjTools.h
|
b3b732c12b
update: some micro improvements, replace post-increment operator with pre-increment operator.
|
преди 11 години |
|
OgreBinarySerializer.cpp
|
5d861a8250
bugfix:
|
преди 11 години |
|
OgreBinarySerializer.h
|
5d861a8250
bugfix:
|
преди 11 години |
|
OgreImporter.cpp
|
8549e4b1b1
fixed OgreImporter compilation error with boost scoped_ptr
|
преди 11 години |
|
OgreImporter.h
|
0b937c5a4b
OgreImporter: Proper rewrite of the XML parser to OgreXmlSerializer. Now more robust for XML sources, previously had hardcoded expectations on the child node ordering. Implement common Skeleton class for both binary and xml serialization. Implement shared IVertexData with proper bone assignment to Assimp bone weights functionality.
|
преди 11 години |
|
OgreMaterial.cpp
|
43e620e04a
OgreImporter: Fix UV flip for binary meshes. Fix exception XML parsing when positions are declared in a previous vertex buffer than the currentl parsed one (that has eg. UVs). Remove debug prints from material parser.
|
преди 11 години |
|
OgreParsingUtils.h
|
0b937c5a4b
OgreImporter: Proper rewrite of the XML parser to OgreXmlSerializer. Now more robust for XML sources, previously had hardcoded expectations on the child node ordering. Implement common Skeleton class for both binary and xml serialization. Implement shared IVertexData with proper bone assignment to Assimp bone weights functionality.
|
преди 11 години |
|
OgreStructs.cpp
|
5d861a8250
bugfix:
|
преди 11 години |
|
OgreStructs.h
|
43e620e04a
OgreImporter: Fix UV flip for binary meshes. Fix exception XML parsing when positions are declared in a previous vertex buffer than the currentl parsed one (that has eg. UVs). Remove debug prints from material parser.
|
преди 11 години |
|
OgreXmlSerializer.cpp
|
43e620e04a
OgreImporter: Fix UV flip for binary meshes. Fix exception XML parsing when positions are declared in a previous vertex buffer than the currentl parsed one (that has eg. UVs). Remove debug prints from material parser.
|
преди 11 години |
|
OgreXmlSerializer.h
|
f8e1dcb102
OgreImporter: Mirror bool return for XmlSerializer as it is in BinarySerializer. Document its meaning.
|
преди 11 години |
|
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
|
0856ff9659
update: replace some clear / push-back by resize( 0 ) / push_back to avoid redundat allocations.
|
преди 11 години |
|
OptimizeMeshes.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
преди 14 години |
|
ParsingUtils.h
|
c6b516b68b
bugfix: handling possible nullptr access.
|
преди 11 години |
|
PlyExporter.cpp
|
325ef632cf
PlyExporter: fix export format for compatibility with Blender and MeshLab (and the PLY spec). Fixes #122
|
преди 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
|
08324b8095
fix miss commit at 8e35ea59d520a3449793e50f678af3a14b8cd140
|
преди 12 години |
|
PlyParser.h
|
8e35ea59d5
check binary or not in ParseHeader in PlyParser
|
преди 12 години |
|
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
|
7c3a039349
Merge remote-tracking branch 'official/master' into contrib
|
преди 11 години |
|
PretransformVertices.cpp
|
f54c85d4e6
Added custom root transformation for pre-transform vertices post-process step
|
преди 12 години |
|
PretransformVertices.h
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
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
|
38de6a658d
bugfix:
|
преди 11 години |
|
Q3BSPFileImporter.cpp
|
7c3a039349
Merge remote-tracking branch 'official/master' into contrib
|
преди 11 години |
|
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
|
e9fa779a65
Fixed error when compiling with mingw
|
преди 12 години |
|
Q3BSPZipArchive.h
|
77263c631f
Fixed unzip support to use IOSystem/IOStream abstraction
|
преди 12 години |
|
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
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
RemoveRedundantMaterials.cpp
|
eea8099b05
RemoveRedundantMaterials: Fix crash bug when unreferenced materials were destroyed. The logic only rebuilt the material list if there were redundant materials being removed. This is a clear bug as it left freed aiMaterial ptrs into the list and did not fix the scene->numMaterials to be correct, even when deleting materials. This crashed later on in the ComputeUVMappingsProcess that accessed the freed ptr.
|
преди 11 години |
|
RemoveRedundantMaterials.h
|
1ec72cdddb
Release candidate 2 : 3.1
|
преди 11 години |
|
RemoveVCProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
RemoveVCProcess.h
|
1ec72cdddb
Release candidate 2 : 3.1
|
преди 11 години |
|
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
|
8267d93537
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
|
преди 12 години |
|
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
|
8267d93537
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
|
преди 12 години |
|
STEPFileReader.h
|
8267d93537
Modif dans le parsing IFC suppressions des espaces avant traitement de la chaine
|
преди 12 години |
|
STLExporter.cpp
|
60a65aaaeb
add AI_SWAP4 for big endian architecture
|
преди 12 години |
|
STLExporter.h
|
4ccb16fe01
add binary exporter to STLExporter
|
преди 12 години |
|
STLLoader.cpp
|
a30ea8e92c
Fix overflow in STL header colour reading.
|
преди 11 години |
|
STLLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
преди 13 години |
|
SceneCombiner.cpp
|
75fd29ac19
SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified.
|
преди 11 години |
|
SceneCombiner.h
|
75fd29ac19
SceneCombiner: implement proper copying of meta data. This entire module will need to be revamped in future as it is highly likely to cause further regressions as assimp data structures are modified.
|
преди 11 години |
|
ScenePreprocessor.cpp
|
1002f154ac
In Assimp: fixed typo in comments
|
преди 12 години |
|
ScenePreprocessor.h
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
ScenePrivate.h
|
9d4f7c32e4
Scene: keep an internal flag whether the scene was copied using aiCopyScene() (and potentially modified by the user afterwards)
|
преди 12 години |
|
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
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
SmoothingGroups.inl
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |
|
SortByPTypeProcess.cpp
|
d7dbdd6c3b
SortByPType Posprocessing crashed for crappy models with degenerated geometry
|
преди 12 години |
|
SortByPTypeProcess.h
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
SpatialSort.cpp
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
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
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
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 години |
|
StreamWriter.h
|
d5db6f39e6
Fix CI build.
|
преди 11 години |
|
StringComparison.h
|
39ae26bfd8
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
преди 13 години |
|
Subdivision.cpp
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
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
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
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
|
4e7b59be55
Improving homogeneity of DEBUG macro for improved portability with compilers other than Visual Studio
|
преди 12 години |
|
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
|
392730be07
bugfix: export processes for unittests.
|
преди 11 години |
|
Win32DebugLogStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
преди 14 години |
|
XFileExporter.cpp
|
1cb01c54a3
Fix IOSFixed
|
преди 11 години |
|
XFileExporter.h
|
edc7a950c4
ReFix the stuff before
|
преди 11 години |
|
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
|
427eaad642
Fixes #158 via anonymous user
|
преди 11 години |
|
XFileParser.h
|
427eaad642
Fixes #158 via anonymous user
|
преди 11 години |
|
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
|
79c56adea4
Don't use isdigit() in fast_atof.
|
преди 11 години |
|
irrXMLWrapper.h
|
bac6b34504
Removing null characters from xml parser input to avoid parsing failures
|
преди 12 години |
|
makefile.mingw
|
76bdf7d0cb
Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839.
|
преди 15 години |
|
qnan.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
преди 14 години |