assimp/include/assimp
RichardTea 2c7f607e7c Create ZipArchiveIOSystem
Moved IOSystem Unzip functionality out of D3MF Importer into include/assimp
Cleaned up and more efficient:
Don't map the archive until the caller opens a file or requests the contents list
Don't extract any files until they are opened
Store the location of the data within the ZIP and extract it later if the file is opened.
2019-07-12 11:22:17 +01:00
..
Compiler add clang to pushpack1.h 2018-11-08 09:25:48 +01:00
port/AndroidJNI Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 2017-02-28 11:44:04 +09:00
.editorconfig Implemented: Add editor config file 2015-06-28 16:04:15 -06:00
BaseImporter.h Update copyrights. 2019-01-30 09:41:39 +01:00
Bitmap.h Update copyrights. 2019-01-30 09:41:39 +01:00
BlobIOSystem.h Update copyrights. 2019-01-30 09:41:39 +01:00
ByteSwapper.h Update copyrights. 2019-01-30 09:41:39 +01:00
CreateAnimMesh.h Update copyrights. 2019-01-30 09:41:39 +01:00
DefaultIOStream.h Update copyrights. 2019-01-30 09:41:39 +01:00
DefaultIOSystem.h Update copyrights. 2019-01-30 09:41:39 +01:00
DefaultLogger.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
Defines.h Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 2017-02-28 11:44:04 +09:00
Exceptional.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
Exporter.hpp Merge branch 'master' into ETC_Inc 2019-02-15 10:20:30 +01:00
GenericProperty.h Update copyrights. 2019-01-30 09:41:39 +01:00
Hash.h Update copyrights. 2019-01-30 09:41:39 +01:00
IOStream.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
IOStreamBuffer.h Update copyrights. 2019-01-30 09:41:39 +01:00
IOSystem.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
Importer.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
LineSplitter.h Update copyrights. 2019-01-30 09:41:39 +01:00
LogAux.h Update copyrights. 2019-01-30 09:41:39 +01:00
LogStream.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
Logger.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
Macros.h Update copyrights. 2019-01-30 09:41:39 +01:00
MathFunctions.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
MemoryIOWrapper.h Update copyrights. 2019-01-30 09:41:39 +01:00
NullLogger.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
ParsingUtils.h Merge branch 'kimkulling_dev' of https://github.com/assimp/assimp into kimkulling_dev 2019-06-24 21:46:05 +02:00
Profiler.h Update copyrights. 2019-01-30 09:41:39 +01:00
ProgressHandler.hpp Update copyrights. 2019-01-30 09:41:39 +01:00
RemoveComments.h Update copyrights. 2019-01-30 09:41:39 +01:00
SGSpatialSort.h Update copyrights. 2019-01-30 09:41:39 +01:00
SceneCombiner.h Update copyrights. 2019-01-30 09:41:39 +01:00
SkeletonMeshBuilder.h Update copyrights. 2019-01-30 09:41:39 +01:00
SmoothingGroups.h Update copyrights. 2019-01-30 09:41:39 +01:00
SmoothingGroups.inl Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
SpatialSort.h Update copyrights. 2019-01-30 09:41:39 +01:00
StandardShapes.h Update copyrights. 2019-01-30 09:41:39 +01:00
StreamReader.h Update copyrights. 2019-01-30 09:41:39 +01:00
StreamWriter.h Update copyrights. 2019-01-30 09:41:39 +01:00
StringComparison.h Update copyrights. 2019-01-30 09:41:39 +01:00
StringUtils.h Update copyrights. 2019-01-30 09:41:39 +01:00
Subdivision.h Update copyrights. 2019-01-30 09:41:39 +01:00
TinyFormatter.h Update copyrights. 2019-01-30 09:41:39 +01:00
Vertex.h Update copyrights. 2019-01-30 09:41:39 +01:00
XMLTools.h Update copyrights. 2019-01-30 09:41:39 +01:00
ZipArchiveIOSystem.h Create ZipArchiveIOSystem 2019-07-12 11:22:17 +01:00
aabb.h Add missing file. 2019-06-24 21:48:52 +02:00
ai_assert.h introduce simple skin-test +some findings. 2019-02-25 22:06:24 +01:00
anim.h Update copyrights. 2019-01-30 09:41:39 +01:00
camera.h PostProcesswing: add gen-aabb process to postprocessing. 2019-06-23 20:24:32 +02:00
cexport.h closes https://github.com/assimp/assimp/issues/842: experimental suppor for ascii stl pointcloud export. 2018-05-01 09:06:22 +02:00
cfileio.h Update copyrights. 2019-01-30 09:41:39 +01:00
cimport.h Update copyrights. 2019-01-30 09:41:39 +01:00
color4.h Update copyrights. 2019-01-30 09:41:39 +01:00
color4.inl Fix element access operator of aiColor4D 2019-04-28 22:16:20 -07:00
config.h.in closes https://github.com/assimp/assimp/issues/2527: use correct macro for Assimp-exporter. 2019-07-02 19:48:53 +02:00
defs.h Merge branch 'master' into issue_2456_text_formats_precision 2019-06-26 17:31:11 +02:00
fast_atof.h Fix static-code-analysis findings. 2018-09-21 16:07:09 +02:00
importerdesc.h Update copyrights. 2019-01-30 09:41:39 +01:00
irrXMLWrapper.h rewrite include paths for Hunter packages 2019-06-13 21:32:36 -07:00
light.h Update copyrights. 2019-01-30 09:41:39 +01:00
material.h issue_2393: Added TransparencyFactor material key 2019-04-03 12:35:09 +02:00
material.inl Update copyrights. 2019-01-30 09:41:39 +01:00
matrix3x3.h Update copyrights. 2019-01-30 09:41:39 +01:00
matrix3x3.inl Update copyrights. 2019-01-30 09:41:39 +01:00
matrix4x4.h Update copyrights. 2019-01-30 09:41:39 +01:00
matrix4x4.inl Update copyrights. 2019-01-30 09:41:39 +01:00
mesh.h PostProcesswing: add gen-aabb process to postprocessing. 2019-06-23 20:24:32 +02:00
metadata.h Update copyrights. 2019-01-30 09:41:39 +01:00
pbrmaterial.h Update copyrights. 2019-01-30 09:41:39 +01:00
postprocess.h PostProcesswing: add gen-aabb process to postprocessing. 2019-06-23 20:24:32 +02:00
qnan.h Update copyrights. 2019-01-30 09:41:39 +01:00
quaternion.h Update copyrights. 2019-01-30 09:41:39 +01:00
quaternion.inl Update copyrights. 2019-01-30 09:41:39 +01:00
scene.h Added support for embedded textures to the FBXExporter (both binary and ASCII). Also made the FBX-namespaces more consistent (we had both Assimp::FBX:: and FBX::). Since we seem to support two types of embedded texture references (both asterisk+texture_id and filepath) I made the exporter use aiScene::GetEmbeddedTexture for looking up texture reference and integrated @loebl 's modification of the function to support the old ("*1") type of references (https://github.com/loebl/assimp/commit/e217358) 2019-05-09 14:50:22 +02:00
texture.h Update copyrights. 2019-01-30 09:41:39 +01:00
types.h Fix a GCC 9 warning: 2019-07-02 13:38:04 +02:00
vector2.h Update copyrights. 2019-01-30 09:41:39 +01:00
vector2.inl Update copyrights. 2019-01-30 09:41:39 +01:00
vector3.h Update copyrights. 2019-01-30 09:41:39 +01:00
vector3.inl Update copyrights. 2019-01-30 09:41:39 +01:00
version.h Update copyrights. 2019-01-30 09:41:39 +01:00