Commit Graph

  • a9121550b9 SerializeGltfImage: add missing & std::string ref Pyarelal Knowles 2022-12-29 14:12:29 -08:00
  • d2b0af6915 propagate image writing failures Pyarelal Knowles 2022-12-27 16:38:48 -08:00
  • 695608dd11 Update readme. Syoyo Fujita 2022-12-29 21:50:47 +09:00
  • 584f1dfbe4 Merge branch 'release' of github.com:syoyo/tinygltf into release v2.7.0 Syoyo Fujita 2022-12-29 21:05:53 +09:00
  • a40ca4c5ab Merge pull request #393 from pknowlesnv/serialize_const Syoyo Fujita 2022-12-29 21:00:24 +09:00
  • de75d87cfd allow serializing a const Model Pyarelal Knowles 2022-12-13 15:50:41 -08:00
  • cf11842e64 Merge pull request #395 from ethanpepro/cmake-export Syoyo Fujita 2022-12-28 18:33:36 +09:00
  • 38003032e3 Add CMake export configuration James Luke 2022-12-27 21:12:54 -05:00
  • 186016bf11 Merge branch 'release' of github.com:syoyo/tinygltf into release Syoyo Fujita 2022-12-03 19:42:27 +09:00
  • 5ee08f9274 Remove Python 2 description. Syoyo Fujita 2022-12-03 19:40:50 +09:00
  • aa613a1f57 Update README.md Syoyo Fujita 2022-12-03 19:40:45 +09:00
  • 222454cc6d Create FUNDING.yml Syoyo Fujita 2022-12-03 18:33:05 +09:00
  • 16c2d3a8bf Merge pull request #390 from eduardodoria/patch-1 Syoyo Fujita 2022-11-07 21:18:50 +09:00
  • 186093657a Added Supernova Engine to Projects using TinyGLTF Eduardo Doria 2022-11-07 08:53:47 -03:00
  • 9bdd256625 Merge pull request #388 from stromaster/patch-1 Syoyo Fujita 2022-10-31 17:40:40 +09:00
  • 264ae4c131 Avoid multiple asset_manager definition on Android Serdar Kocdemir 2022-10-30 22:32:59 +00:00
  • 091a1fcc1a Merge pull request #386 from geometrian/master Syoyo Fujita 2022-10-08 19:08:22 +09:00
  • 3a295887d6 Patch to fix previous commit for MinGW. imallett 2022-10-07 11:20:39 -07:00
  • d9ce9eb9d2 Fix a gazillion typos. imallett 2022-10-07 10:37:09 -07:00
  • 56e1098993 Fix various type mismatches and header include case (fixes compile warnings on Clang). imallett 2022-10-07 10:35:16 -07:00
  • 9bb5806df4 Merge pull request #385 from operatios/master Syoyo Fujita 2022-09-25 05:35:36 +09:00
  • 1668d1ecc5 Fix UTF-8 filepath on LLVM MinGW operatios 2022-09-24 22:37:14 +03:00
  • 6e8a858c45 Add WASI build procedure. Syoyo Fujita 2022-09-22 04:36:58 +09:00
  • e0b625561c v2.6.3 v2.6.3 Syoyo Fujita 2022-09-19 03:36:58 +09:00
  • 18450eafe7 Merge pull request #382 from syoyo/glb-zero-chunk Syoyo Fujita 2022-09-19 03:34:09 +09:00
  • e9fbc03e2d Clear error/warn message. glb-zero-chunk Syoyo Fujita 2022-09-19 03:29:57 +09:00
  • 612e57816f Fix handling <4 byte BIN data. Fix handling GLB file with empty CHUNK1(BIN). Syoyo Fujita 2022-09-18 21:01:39 +09:00
  • a778c089d1 readd toplevel makefile Kh4n 2022-09-17 15:39:28 -05:00
  • 387fd61b83 update test to match gltf-validator Kh4n 2022-09-17 13:02:39 -05:00
  • 6514490090 update gitignore to remove test file Kh4n 2022-09-17 12:29:58 -05:00
  • 6b7ec9f494 added tests to cover empty, empty buffer, and single byte buffer cases Kh4n 2022-09-17 12:28:39 -05:00
  • c670f08a3b Fix parsing GLB file with empty Chunk1(BIN data). Syoyo Fujita 2022-09-17 19:52:25 +09:00
  • eec4c98862 Add note on v2.6.2(Fix out-of-bounds access of accessors. PR#379) Syoyo Fujita 2022-09-16 17:27:20 +09:00
  • c7e911cf11 Merge pull request #380 from AlvaroBarua/master Syoyo Fujita 2022-09-11 17:56:55 +09:00
  • 43172238f7 Fixes compiler warning on VS (Unreachable code detected) AlvaroBarua 2022-09-11 00:41:43 +01:00
  • 0cc23356dc Merge pull request #379 from nirmal/patch-1 Syoyo Fujita 2022-09-07 01:52:55 +09:00
  • e413216722 Fix possible out of bounds index in LoadFromString Nirmal Patel 2022-09-06 09:16:31 -07:00
  • 4581d37bec v2.6.1 Syoyo Fujita 2022-09-06 22:02:31 +09:00
  • 966a9d0df7 Merge pull request #374 from syoyo/glb_chunk_check Syoyo Fujita 2022-09-06 21:35:47 +09:00
  • 64452bb5fa Merge pull request #377 from zbendefy/master Syoyo Fujita 2022-09-06 14:01:26 +09:00
  • 69eeea145b Auto detect C++14 standard version zbendefy 2022-09-05 23:54:57 +02:00
  • 24e539621d Merge pull request #376 from kacprzak/master Syoyo Fujita 2022-09-03 01:16:41 +09:00
  • f4f5c3cf3a Fix read from moved object. Marcin Kacprzak 2022-09-02 16:15:54 +02:00
  • b12a54ed15 Silence MS code analysis tool. Marcin Kacprzak 2022-09-02 16:13:11 +02:00
  • 240d993f94 Create codeql-analysis.yml Syoyo Fujita 2022-09-02 05:09:09 +09:00
  • 46ee8b4276 GLB: Fix interger-overflow when calculating JSON Chunk size. GLB: Check BIN Chunk size. GLB: Chenk byte alignment of each chunk. glb_chunk_check Syoyo Fujita 2022-08-26 22:06:53 +09:00
  • 3bddc09af4 Update README. Syoyo Fujita 2022-08-19 18:21:24 +09:00
  • 9117abb45d Merge branch 'master' of github.com:syoyo/tinygltf Syoyo Fujita 2022-08-16 20:10:26 +09:00
  • 52ff00a384 Do not expand file path since its not necessary for glTF asset path(URI) and for security reason(wordexp). Syoyo Fujita 2022-08-16 20:08:45 +09:00
  • 0fa56e239c Merge pull request #367 from fynv/master Syoyo Fujita 2022-08-14 20:54:01 +09:00
  • 5c2dd83964 Merge branch 'syoyo:master' into master Fei Yang 2022-08-14 19:50:14 +08:00
  • 1a8814d687 Sparse accessor serialization: typo fix. feiy 2022-08-14 19:49:07 +08:00
  • 666ab8661c Merge pull request #366 from fynv/master Syoyo Fujita 2022-08-13 18:34:24 +09:00
  • 0b31543098 Adding serialization code for sparse accessors. feiy 2022-08-13 10:08:17 +08:00
  • 81f7dbe53a Partial fix of issue 365 Syoyo Fujita 2022-08-02 01:05:34 +09:00
  • 544969b732 Check the failure of RapidJson Accept(). Fixes #332 TODO: Better error reporting when Accept() failed. Syoyo Fujita 2022-07-13 19:03:33 +09:00
  • 3d4150419e Merge pull request #362 from hschwane/master Syoyo Fujita 2022-06-29 20:16:35 +09:00
  • 41e1102e57 fix images not beeing embeded into stream Hendrik Schwanekamp 2022-06-29 12:22:40 +02:00
  • b901dd62d8 Merge pull request #357 from eariassoto/fix-basic-example Syoyo Fujita 2022-05-15 20:06:17 +09:00
  • bc03ceaac1 Merge pull request #358 from brlcad/patch-2 Syoyo Fujita 2022-05-15 20:02:28 +09:00
  • 2c9b25642b treat powerpc as big endian too Christopher Sean Morrison 2022-05-14 19:00:19 -04:00
  • a894904f11 Fix basic example Emmanuel Arias Soto 2022-05-14 19:51:34 +02:00
  • 912856823d Add Open3D to "projects using TinyGLTF". Syoyo Fujita 2022-05-07 01:35:14 +09:00
  • 1a7c7d2001 Merge pull request #353 from mgerhardy/master Syoyo Fujita 2022-03-14 14:50:32 +09:00
  • fae6543b7a Fixed find_last_of call in GetBaseFilename Martin Gerhardy 2022-03-13 18:42:39 +01:00
  • 6ed7c39d71 Add note on componentType double type. Syoyo Fujita 2022-03-03 16:40:54 +09:00
  • 5a90ab76ee Merge pull request #350 from tsmaster/master Syoyo Fujita 2022-03-03 03:16:29 +09:00
  • 0ffdc4334a Examples/glview - apply translation, rotation, scale in that order Dave LeCompte 2022-03-02 07:01:34 -08:00
  • 53338352f2 Merge pull request #349 from tsmaster/master Syoyo Fujita 2022-03-02 02:55:15 +09:00
  • d642c80a86 Fix examples/glview rotations Dave LeCompte 2022-03-01 08:11:22 -08:00
  • a1952053ee Merge pull request #347 from syoyo/jmousseau-sparse-accessor-optionality Syoyo Fujita 2022-02-26 21:27:35 +09:00
  • cbd3885049 Check required attribute exists for SparseAccessor. jmousseau-sparse-accessor-optionality Syoyo Fujita 2022-02-26 21:19:15 +09:00
  • 9471517c1e Fix byte offset optionality for sparse accessor indices and values Jack Mousseau 2022-02-24 14:25:37 -08:00
  • e59028d68f Merge pull request #345 from syoyo/github-actions-ci-fix Syoyo Fujita 2022-02-25 02:07:46 +09:00
  • cfab524125 VS2019 seems gone. Use VS2022. github-actions-ci-fix Syoyo Fujita 2022-02-25 01:39:02 +09:00
  • 9229971bcb Print cmake help Syoyo Fujita 2022-02-25 01:25:15 +09:00
  • 051149311c Specify x64 for MSVC build. Syoyo Fujita 2022-02-25 01:11:51 +09:00
  • 0c7789b1e5 Merge pull request #344 from epajarre/fix-wrapS Syoyo Fujita 2022-02-24 21:52:43 +09:00
  • 51b12d2546 Added missing comparison for wrapS Eero Pajarre 2022-02-24 14:36:33 +02:00
  • 4749b0989d Merge pull request #342 from brlcad/patch-1 Syoyo Fujita 2022-02-24 03:34:58 +09:00
  • 0bfcb4f49e add missing switch case for binary Christopher Sean Morrison 2022-02-23 10:02:49 -05:00
  • 17e6e310ce Merge pull request #341 from mushrom/loopfix Syoyo Fujita 2022-02-14 17:10:31 +09:00
  • 07ceb4c313 Fixing loop index My Name 2022-02-13 16:31:27 -05:00
  • e7f1ff5c59 Merge pull request #339 from yslking/yslking-update-json-hpp-3-10-4 Syoyo Fujita 2021-11-28 22:25:34 +09:00
  • fd904063c9 update json.hpp to v3.10.4 yslking 2021-11-28 15:08:05 +08:00
  • 38398cc2da Fix typo from PR #320 Syoyo Fujita 2021-11-21 18:59:10 +09:00
  • ed1a294bc4 Merge branch 'master' of github.com:syoyo/tinygltf Syoyo Fujita 2021-11-21 18:58:39 +09:00
  • b86eb6c079 Merge pull request #331 from abwood/so-updates Syoyo Fujita 2021-10-19 21:45:19 +09:00
  • e4bc6c7bd4 - Remove clang warning suppression. I assume this stackoverflow reference can just be removed as it isn't a code snippet but a repost of clang documentation of ignoring warning levels. - Remove stackoverflow reference that recommends the use of dlib. There's no source that was pulled from this s.o. post, only a recommendation on a library, I wouldn't think a link to s.o. is necessary here. Per the Boost License, I've included a copy of the license along with the snippet Alexander Wood 2021-10-14 08:54:59 -04:00
  • 13803659f8 Build fix. Alexander Wood 2021-10-08 20:13:07 -04:00
  • a3d5d5d1c9 Build fix. Alexander Wood 2021-10-08 20:09:08 -04:00
  • 9e3d1f6db5 Build fix. Alexander Wood 2021-10-08 16:57:56 -04:00
  • 190382aecd GetBaseFilename contained a logic error in that a filename that does not contain a path separator would result in a crash. Removed the roundUp lambda, as this generalization is not necessary; the caller always attempts 4 byte alignment. Alexander Wood 2021-10-08 12:19:13 -04:00
  • c6501530e3 Merge branch 'master' of github.com:syoyo/tinygltf Syoyo Fujita 2021-09-24 17:11:07 +09:00
  • ed48224f4b Describe current status(its stable) Syoyo Fujita 2021-09-24 17:10:29 +09:00
  • 19a41d20ec Merge pull request #330 from cgdae/master Syoyo Fujita 2021-08-25 20:25:03 +09:00
  • 0598a20cce Fix for OpenBSD - wordexp.h not available. Julian Smith 2021-08-25 12:06:08 +01:00
  • 514167b475 Merge pull request #329 from syoyo/cmake-add-subdirectory Syoyo Fujita 2021-07-03 22:09:26 +09:00
  • 0f76561ebf Add readme to use tinygtf through cmake + add_subdirectory. cmake-add-subdirectory Syoyo Fujita 2021-07-03 22:06:29 +09:00
  • f3dc4acaa4 Merge branch 'master' into cmake-add-subdirectory Syoyo Fujita 2021-07-03 22:01:46 +09:00