a mirror for the AssImp utilities

Sebastian Matusik 3e3a785750 glTF v2 importer morph targets support 7 лет назад
cmake-modules 12dbbd4ce9 Misc. typos 8 лет назад
code 3e3a785750 glTF v2 importer morph targets support 7 лет назад
contrib 59ea3b6c85 fixed android zlib compile error. 8 лет назад
doc 2998830d4a Fix typos on documentation using codespell 7 лет назад
include 52c017b595 Added check to BaseImporter::SearchFileHeaderForToken making sure that a detected token is not in fact just a fraction of a longer token. Microsoft exported binary gltf files were detected as OBJ, because the "gltf " in the string "Microsoft GLTF Exporter 2.4.1.7" was detected as the token "f ". I added a new bool parameter to the method enabling this check. It's default false, and only ObjFileImporter sets it to true, so no other code should be affected. 7 лет назад
packaging e07aedac9e Update script.iss 7 лет назад
port d4c7eb3b67 Update helper.py 7 лет назад
samples a8a1ca9894 header paths adjusted for unit tests and samples 8 лет назад
scripts 86fa0f4524 Merge branch 'master' into master 8 лет назад
test 89b90cf2d5 Check nb of faces and vertices for FBX unit test 7 лет назад
tools e5fa1798f6 closes https://github.com/assimp/assimp/issues/2019: fix the qt-viewer without export. 7 лет назад
.coveralls.yml a6c86c79f1 Travis: enable coverall support. 9 лет назад
.editorconfig 1f28662687 Implemented: Add editor config rules for *.txt files 10 лет назад
.gitattributes eb0ace4e18 exclude repository-settings from source-package generated via 'git archive' 8 лет назад
.gitignore c23f999196 [+] QtCreator temporary file. 7 лет назад
.travis.sh 26f749fcd2 Re-enable Clang static analysis 8 лет назад
.travis.yml 068d4aa4cb Disable clang static analysis for now 8 лет назад
AssimpBuildTreeSettings.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 лет назад
AssimpConfig.cmake.in 1d96486437 Refactored: Reformat CMake files to conform to editor config 10 лет назад
AssimpConfigVersion.cmake.in 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 лет назад
CHANGES 224b43a3a9 Update CHANGES 7 лет назад
CMakeLists.txt 8334bb579c Hide commit signature information when fetching commit hash 7 лет назад
CONTRIBUTING.md 5f04cf09e7 Improve the contribution guide 7 лет назад
CREDITS 242b5d5874 Initial FBX Export Support, sponsored by MyDidimo (mydidimo.com). 8 лет назад
CodeConventions.md 7962897549 Change to what seems to be agreed upon (in line with PR #566) 10 лет назад
INSTALL 83651e382d Update INSTALL for iOS build 7 лет назад
LICENSE 4495162f5f Fix new lines problem 9 лет назад
README b47a3a5968 Deprecate README 13 лет назад
Readme.md df9faaae41 Update Readme.md 7 лет назад
appveyor.yml 37ed614b70 Update appveyor.yml 7 лет назад
assimp-config-version.cmake.in 069dbe6e9c CMake: Fix compatibility check for so-version of the assimp lib. 8 лет назад
assimp-config.cmake.in 0fdb79871f Use CMAKE_INSTALL_PREFIX as ASSIMP_ROOT_DIR. 7 лет назад
assimp.pc.in 6b04b20869 closes https://github.com/assimp/assimp/issues/1526: use correct include folder for assimp. 8 лет назад
revision.h.in e89c811bd1 Refactor: Apply C++ conventions to revision.h.in 10 лет назад

README

See Readme.md