.. |
BoostWorkaround
|
d29dde1646
# NoBoost: fix a critical issue in the foreach replacement. All local variables introduced by the loop header have longer, magic names now. This avoids unintended shadowing of other local variables.
|
14 yıl önce |
res
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
3DSConverter.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
3DSHelper.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 yıl önce |
3DSLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
3DSLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ACLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ACLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ASELoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ASELoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ASEParser.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ASEParser.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
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.
|
13 yıl önce |
AssimpCExport.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
AssimpPCH.cpp
|
d508e44030
- change major version number to 3.0. trunk is definitely no longer compatible with 2.0.
|
13 yıl önce |
AssimpPCH.h
|
e479355d0a
+ add aiImporterDesc API to hold importer meta information.
|
13 yıl önce |
B3DImporter.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
B3DImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
BVHLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
BVHLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
BaseImporter.cpp
|
53665faacf
- make BaseImporter::GetExtensionList more robust, improve error checking.
|
13 yıl önce |
BaseImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
BaseProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
BaseProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
BlenderDNA.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
BlenderDNA.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
BlenderDNA.inl
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
BlenderIntermediate.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
BlenderLoader.cpp
|
d8c2295962
- blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch.
|
13 yıl önce |
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 yıl önce |
BlenderModifier.cpp
|
ced8d8279a
Fix [3484066] Compilation error in Visual Studio 2011 Preview
|
13 yıl önce |
BlenderModifier.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
BlenderScene.cpp
|
07841c3e13
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
|
13 yıl önce |
BlenderScene.h
|
07841c3e13
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
|
13 yıl önce |
BlenderSceneGen.h
|
07841c3e13
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
|
13 yıl önce |
BlobIOSystem.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
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 yıl önce |
CInterfaceIOWrapper.h
|
9f6e45d651
Bugfix : Removed const_cast from CIOSystemWrapper::Exists. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
CMakeLists.txt
|
aaf0be0bbf
- CMake overhaul. Add proper FindXXX scripts for PkgMacros, ZLIB, DirectX. Isolate MSVC-specific defines. Add newer boost versions to boost whitelist. Many thanks to Mr. S. for the patch! (see http://zfx.info/viewtopic.php?f=9&t=334&p=32190#p32190)
|
13 yıl önce |
COBLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
COBLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
COBScene.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
CSMLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
CSMLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
CalcTangentsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
CalcTangentsProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ColladaExporter.cpp
|
89c3aaebbc
removed accidental C++11 usage
|
13 yıl önce |
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 yıl önce |
ColladaHelper.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ColladaLoader.cpp
|
62b0284100
- applied patch by peteredc to make the Collada loader write mesh names
|
13 yıl önce |
ColladaLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ColladaParser.cpp
|
0ea6ec4e84
Fixing some whitespace issues in ColladaParser
|
13 yıl önce |
ColladaParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ComputeUVMappingProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ComputeUVMappingProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
ConvertToLHProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ConvertToLHProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
DXFHelper.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
DXFLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
DXFLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
DeboneProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
DeboneProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
DefaultIOStream.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
DefaultIOStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
DefaultIOSystem.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
DefaultIOSystem.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
DefaultLogger.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
DefaultProgressHandler.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
Exceptional.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
Exporter.cpp
|
08fe2e7d20
+ add Ply exporter.
|
13 yıl önce |
FileLogStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
FileSystemFilter.h
|
accbcb575b
- fix off-by-one error in FileSystemFilter.
|
13 yıl önce |
FindDegenerates.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
FindDegenerates.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
FindInstancesProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
FindInstancesProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
FindInvalidDataProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
FindInvalidDataProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
FixNormalsStep.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
FixNormalsStep.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
GenFaceNormalsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
GenFaceNormalsProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
GenVertexNormalsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
GenVertexNormalsProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
GenericProperty.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
HMPFileData.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 yıl önce |
HMPLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
HMPLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
HalfLifeFileData.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 yıl önce |
Hash.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
IFCCurve.cpp
|
56bf755c4b
- Ifc: fix handling of curves with RADIAN parameters.
|
13 yıl önce |
IFCGeometry.cpp
|
3f38d91e88
- Ifc: further improvements to opening caps algorithm.
|
13 yıl önce |
IFCLoader.cpp
|
56bf755c4b
- Ifc: fix handling of curves with RADIAN parameters.
|
13 yıl önce |
IFCLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
IFCMaterial.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
IFCProfile.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
IFCReaderGen.cpp
|
d7410e6f08
- Ifc: implement basic support for IfcSweptDiskSolid elements.
|
13 yıl önce |
IFCReaderGen.h
|
d7410e6f08
- Ifc: implement basic support for IfcSweptDiskSolid elements.
|
13 yıl önce |
IFCUtil.cpp
|
c3adc004bf
- Ifc: always remove degenerate geometry from geometric entities after finishing processing.
|
13 yıl önce |
IFCUtil.h
|
7484dd379c
- Ifc: revamped Quadrify() version now correctly clips overlapping non-rectangular windows.
|
13 yıl önce |
IFF.h
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 yıl önce |
IRRLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
IRRLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
IRRMeshLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
IRRMeshLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
IRRShared.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
IRRShared.h
|
c6899cd999
FIX: Adding empty final line to some units where it was missing.
|
16 yıl önce |
Importer.cpp
|
0693df00c5
- Bugfix: catched a null pointer crash when post processing removed everything from an invalid scene
|
13 yıl önce |
Importer.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ImporterRegistry.cpp
|
397603bac0
+ add XGL/ZGL importer. Some features (includes, object refs, textures not supported yet).
|
13 yıl önce |
ImproveCacheLocality.cpp
|
23381d9710
Bugfix : Refactored ImproveCacheLocalityProcess::ProcessMesh. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
ImproveCacheLocality.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
JoinVerticesProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
JoinVerticesProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
LWOAnimation.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
LWOAnimation.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
LWOBLoader.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
LWOFileData.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
LWOLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
LWOLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
LWOMaterial.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
LWSLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
LWSLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
LimitBoneWeightsProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
LimitBoneWeightsProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
LineSplitter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
LogAux.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
M3Importer.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
M3Importer.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MD2FileData.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
MD2Loader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MD2Loader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MD2NormalTable.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
MD3FileData.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
MD3Loader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MD3Loader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MD4FileData.h
|
01a25c1fb4
Get rid of ./extra folder in ./code. Move contents to main code folder.
|
15 yıl önce |
MD5Loader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MD5Loader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MD5Parser.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
MD5Parser.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
MDCFileData.h
|
42def11d13
Bugfix : Replaced ugly (const_)casting by a better ctor and placement new. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
MDCLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MDCLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MDCNormalTable.h
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 yıl önce |
MDLDefaultColorMap.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
MDLFileData.h
|
cb71e6f5f2
Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
MDLLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MDLLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MDLMaterialLoader.cpp
|
d17071746d
Bugfix : Removed some unnecessary const_casts. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
MS3DLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MS3DLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
MakeVerboseFormat.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
MakeVerboseFormat.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
MaterialSystem.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
MaterialSystem.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
MemoryIOWrapper.h
|
c70646912c
- add IFCZIP support to IFC loader.
|
13 yıl önce |
NDOLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
NDOLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
NFFLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
NFFLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
OFFLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
OFFLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ObjExporter.cpp
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
ObjExporter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ObjFileData.h
|
b724ac5c2c
- Bugfix : Fix build of Obj-FileImporter ( this is currently only a work-around, loader is leaking memory, I am working on it ).
|
13 yıl önce |
ObjFileImporter.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ObjFileImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ObjFileMtlImporter.cpp
|
f9cd8845b1
- Bugfix : Bug 3511751 closed, handling no defined material name.
|
13 yıl önce |
ObjFileMtlImporter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ObjFileParser.cpp
|
648e8fe924
- Bugfix: Fix two possible reasons for bug ID 3039342 : On skipping an invalid material description in obj-loader avoid creating aiMaterial instance. Release obj-specific material instances.
|
13 yıl önce |
ObjFileParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ObjTools.h
|
3f47ac3fe2
Bugfix : Fix an invalid getName function. Thanks to cyrilchampier.
|
13 yıl önce |
OgreImporter.cpp
|
a038288af9
Ogre: Fixed memoryleak and missing \0 at end of cstring
|
13 yıl önce |
OgreImporter.hpp
|
29243071fa
Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.)
|
13 yıl önce |
OgreMaterial.cpp
|
a038288af9
Ogre: Fixed memoryleak and missing \0 at end of cstring
|
13 yıl önce |
OgreMesh.cpp
|
e658a7f98f
Added Animationoverview diagram to documentation
|
13 yıl önce |
OgreSkeleton.cpp
|
5b462d484b
Ogre: small tweaks
|
13 yıl önce |
OgreXmlHelper.hpp
|
d9d57804fa
Ogre: Support for multiple texcoords
|
13 yıl önce |
OptimizeGraph.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
OptimizeGraph.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
OptimizeMeshes.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
OptimizeMeshes.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
ParsingUtils.h
|
fa71305e07
Bugfix : Removed useless and weird const_cast from TokenMatch. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
PlyExporter.cpp
|
08fe2e7d20
+ add Ply exporter.
|
13 yıl önce |
PlyExporter.h
|
08fe2e7d20
+ add Ply exporter.
|
13 yıl önce |
PlyLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
PlyLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
PlyParser.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
PlyParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
PolyTools.h
|
6c1cb4f159
Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
PostStepRegistry.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
PretransformVertices.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
PretransformVertices.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
ProcessHelper.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ProcessHelper.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
Profiler.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
Q3BSPFileData.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
Q3BSPFileImporter.cpp
|
81aef90f4a
- manually pulled the three smaller change requests from Github.
|
13 yıl önce |
Q3BSPFileImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
Q3BSPFileParser.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
Q3BSPFileParser.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
Q3BSPZipArchive.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
Q3BSPZipArchive.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
Q3DLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
Q3DLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
RawLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
RawLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
RemoveComments.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
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 yıl önce |
RemoveRedundantMaterials.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
RemoveRedundantMaterials.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
RemoveVCProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
RemoveVCProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
SGSpatialSort.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SGSpatialSort.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
SMDLoader.cpp
|
39ae26bfd8
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
13 yıl önce |
SMDLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
STEPFile.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
STEPFileReader.cpp
|
fa1016ddc8
- Ifc/Step: support line continuations in parser.
|
13 yıl önce |
STEPFileReader.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
STLExporter.cpp
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
STLExporter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
STLLoader.cpp
|
39ae26bfd8
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
13 yıl önce |
STLLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
SceneCombiner.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
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 yıl önce |
ScenePreprocessor.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ScenePreprocessor.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ScenePrivate.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SkeletonMeshBuilder.cpp
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
SkeletonMeshBuilder.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
SmoothingGroups.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SmoothingGroups.inl
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SortByPTypeProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SortByPTypeProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
SpatialSort.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SpatialSort.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
SplitByBoneCountProcess.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SplitByBoneCountProcess.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
SplitLargeMeshes.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
SplitLargeMeshes.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
StandardShapes.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
StandardShapes.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
StdOStreamLogStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
StreamReader.h
|
1ac5a47c5d
Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller.
|
13 yıl önce |
StringComparison.h
|
39ae26bfd8
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
13 yıl önce |
Subdivision.cpp
|
d7341094ca
Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
Subdivision.h
|
d7341094ca
Bugfix : Fixed the Subdivision input mesh to be non-const. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 yıl önce |
TargetAnimation.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
TargetAnimation.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
TerragenLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
TerragenLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
TextureTransform.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
TextureTransform.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
TinyFormatter.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
TriangulateProcess.cpp
|
4b61e27590
- TriangulateProcess: use ear cutting for quads. This fixes [3429812] (http://sourceforge.net/tracker/?func=detail&aid=3429812&group_id=226462&atid=1067632).
|
13 yıl önce |
TriangulateProcess.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
UnrealLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
UnrealLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
ValidateDataStructure.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
ValidateDataStructure.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
Vertex.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
VertexTriangleAdjacency.cpp
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |
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 yıl önce |
Win32DebugLogStream.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
XFileHelper.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
XFileImporter.cpp
|
2a580c5518
- fixed/changed/worked on issue 3580054 - XFile materials don't have ambient colours, but emissive
|
13 yıl önce |
XFileImporter.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
XFileParser.cpp
|
2944e7b210
- Added a workaround for some XFileExporter omitting separator chars at the end of data vectors
|
13 yıl önce |
XFileParser.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
XGLLoader.cpp
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
XGLLoader.h
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 yıl önce |
assbin_chunks.h
|
2ffac898d6
[3393728] [PATCH 1/2] ommit->omit and splitted->split
|
14 yıl önce |
fast_atof.h
|
687a4644d6
# fast_atof: fix comma handling.
|
13 yıl önce |
irrXMLWrapper.h
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 yıl önce |
makefile.mingw
|
76bdf7d0cb
Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839.
|
15 yıl önce |
pstdint.h
|
0e77095ace
Experimental bugfix: avoid most pstdint.h stuff when VC10 stdint.h is included.
|
14 yıl önce |
qnan.h
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 yıl önce |