platform/upstream/assimp.git
2016-10-11 Angelo Scandaliatoadded some comments
2016-10-11 Angelo Scandaliatofind skeleton root joint and only allow four joint...
2016-10-09 Angelo Scandaliatotry to find root joint node for skeleton
2016-10-08 Angelo Scandaliatofix bug when exporting mRotationKeys data
2016-10-08 Angelo Scandaliatoadd skeleton and mesh to node containing the mesh
2016-10-08 Angelo Scandaliatodeleted code/MakeFile and added to .gitignore
2016-10-07 Kim KullingMerge pull request #1021 from smalcom/export_x3d
2016-10-07 Kim KullingMerge pull request #1024 from ascandal/feature/glTF...
2016-10-07 Angelo Scandaliatoremoved obsolete commented out code
2016-10-07 Angelo Scandaliatoremoved cout debugging statements and older ExportSkins...
2016-10-07 Angelo Scandaliatoexport vertex joint and weight information
2016-10-06 Angelo Scandaliatomoved ExportSkins function into ExportMeshes function
2016-10-06 Angelo Scandaliatoremoved duplicate function for ExportData
2016-10-06 Angelo Scandaliatoexport inverseBindMatrix Data for skins
2016-10-06 Angelo ScandaliatoExport Nodes before meshes to avoid issue if node id...
2016-10-06 Alexandr Arutjunov[F] Small doc changes.
2016-10-06 Kim KullingMerge pull request #1022 from smalcom/new_models
2016-10-06 Alexandr Arutjunov[*] MSVS2013 do not like constexpr
2016-10-06 Alexandr Arutjunov[+] Few models for AMF and X3D.
2016-10-06 Alexandr Arutjunov[*] Merged fresh master and resolved conflicts.
2016-10-06 Alexandr Arutjunov[+] Export to X3D format.
2016-10-06 Alexandr Arutjunov[-] Removed unneeded logging.
2016-10-06 Alexandr Arutjunov[F] vRows in fact is columns.
2016-10-06 Angelo Scandaliatoremoved Makefiles and added them to .gitignore
2016-10-06 Angelo Scandaliatofixed issues to get node animations working
2016-10-06 Angelo Scandaliatoset bindShapeMatrix to identity
2016-10-06 Angelo Scandaliatoadded skins and jointNames
2016-10-05 Angelo Scandaliatofinished first version of extport animation data
2016-10-05 Kim KullingNew animation file for OpenGEX.
2016-10-05 Kim KullingMerge pull request #1019 from abma/patch-1
2016-10-05 abmafix compile warning
2016-10-04 Kim KullingMerge pull request #1018 from johnmaf/bugfix/obj-homoge...
2016-10-04 Kim KullingMerge pull request #1015 from ascandal/feature/fix...
2016-10-04 Kim KullingMerge pull request #1016 from johnmaf/bugfix/glTF-sort_...
2016-10-04 John SennekerParse homogeneous vertex coordinates in OBJs
2016-10-04 Alexandr Arutjunov[+] Added few functions for conveniance. Decompose...
2016-10-04 Alexandr Arutjunov[F] In that place fixed typo in list.
2016-10-04 Alexandr Arutjunov[F] Fixed type in list.
2016-10-04 Alexandr Arutjunov[+] Call for X3D exporter.
2016-10-04 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-10-04 Kim KullingX3D: Some more reformattings and missing initializations.
2016-10-04 Angelo Scandaliatocreated the asset writer function for animations export...
2016-10-04 Kim KullingMerge pull request #1017 from mgerhardy/patch-1
2016-10-04 Martin Gerhardyremoved BOM
2016-10-04 Kim KullingSome small format changes for assimp-style :-).
2016-10-04 Angelo Scandaliatocreated exportAnimation function
2016-10-03 John SennekerSort by primitive type before exporting as glTF
2016-10-03 Kim KullingAMF: add missing license info.
2016-10-03 Kim KullingScene: remove redundant pragma once statement.
2016-10-03 Angelo ScandaliatoMerge remote-tracking branch 'upstream/master' into...
2016-10-03 Alexandr ArutjunovMerge branch 'master' of https://github.com/assimp...
2016-10-03 Kim KullingMerge pull request #1014 from smalcom/import_x3d
2016-10-02 Alexandr ArutjunovMerge branch 'import_x3d' into export_x3d
2016-10-02 Alexandr ArutjunovMerge branch 'master' into export_x3d
2016-10-02 Alexandr Arutjunov[*] Set float type for constants: less warnings, less...
2016-10-02 Alexandr Arutjunov[*] Pull fresh data.
2016-10-02 Alexandr ArutjunovMerge branch 'master' into import_x3d
2016-10-02 Alexandr Arutjunov[*] Docs and build-files fixes.
2016-10-02 Kim KullingMerge pull request #1011 from smalcom/import_amf
2016-10-02 Kim KullingMerge pull request #1012 from johnmaf/bugfix/glTF-trans...
2016-10-02 Alexandr Arutjunov[F] Fixed missed break.
2016-10-01 Alexandr Arutjunov[F] Fixing checking rule
2016-10-01 Angelo Scandaliatoupdate change log
2016-10-01 Angelo Scandaliatoincluded samplers dictionary for textures
2016-09-29 Alexandr ArutjunovMerge branch 'import_amf' into import_x3d
2016-09-29 Alexandr Arutjunov[*] Few changes for building using old (or MS) compilers.
2016-09-29 Alexandr Arutjunov[F] Erasing with constant iterator. Strange that new...
2016-09-29 John SennekerglTF: Read and write transparency values
2016-09-29 Alexandr ArutjunovMerge branch 'import_amf' into import_x3d
2016-09-29 Alexandr Arutjunov[*] Not all modern compilers is support new C++ feature...
2016-09-29 Alexandr Arutjunov[*] Removed Boost dependency.
2016-09-29 Alexandr Arutjunov[*] Removed Boost dependency.
2016-09-29 Alexandr Arutjunov[F] Header missed.
2016-09-29 Alexandr Arutjunov[F] Removed UTF-8 BOM
2016-09-29 Alexandr Arutjunov[+] X3D importer.
2016-09-29 Alexandr Arutjunov[*] Style and doc changes.
2016-09-29 Alexandr Arutjunov[+] Embedded uncompressed textures support.
2016-09-29 Alexandr Arutjunov[*] More suitable for array size of which can vary...
2016-09-29 Alexandr Arutjunov[F] Typo: invalid format hint index.
2016-09-29 Angelo Scandaliatofixed issue with texcoordinate bufferview target
2016-09-28 Angelo Scandaliatowork around for indices array in ExportData
2016-09-28 Angelo Scandaliatocalculate and write min and max attributes for accessors
2016-09-28 Alexandr ArutjunovMerge branch 'master' into import_amf
2016-09-28 Alexandr Arutjunov[*] Format hint for embedded textures improvement.
2016-09-28 Alexandr Arutjunov[+] AMF-importer. Also some fixes for modern Assimp.
2016-09-28 Kim KullingFBX: make lookup test less strict. closes https://githu...
2016-09-28 Kim KullingReadme: move gitter-chat to a more representive place.
2016-09-27 Kim KullingFix some review findings.
2016-09-27 Kim KullingOpenGEX: fix some review findings.
2016-09-27 Angelo Scandaliatoasset.version from int to string
2016-09-27 Kim KullingOpenGEX: fix some review findings.
2016-09-27 Kim Kullingcloses https://github.com/assimp/assimp/issues/954...
2016-09-26 Kim KullingMerge branch 'master' of https://github.com/assimp...
2016-09-26 Kim KullingSceneDiffer: add face tester.
2016-09-26 Alexandr Arutjunov[+] Flag for scene for supporting formats where more...
2016-09-26 Alexandr Arutjunov[*] Embedded texture prefix in separate define.
2016-09-26 Alexandr Arutjunov[+] Building AMF-importer.
2016-09-25 Kim KullingMerge pull request #1006 from odalet/master
2016-09-24 odaletUpdate appveyor.yml
2016-09-24 odaletUpdate appveyor.yml
next