Commit Graph

  • 56921c23af Fix comment on minFilter zz 2021-05-14 13:49:33 +08:00
  • 6676d66586 Merge pull request #325 from iceydee/scene-extras Syoyo Fujita 2021-05-11 19:01:25 +09:00
  • d8162bd7a5 🐛 Store scene extras and exteions on the scene Mio Nilsson 2021-05-11 11:50:35 +02:00
  • 605d049476 Merge pull request #322 from syoyo/fix-negative-skeleton-id Syoyo Fujita 2021-04-29 16:20:42 +09:00
  • eb0ecc916c Add regression test for issue 321 Syoyo Fujita 2021-04-29 16:04:52 +09:00
  • 3b5b7f6adf Do not write negative skeleton id(skeleton is not assigned). Also ensure inverseBindMatrices should not be -2 or other negative values. Syoyo Fujita 2021-04-28 19:15:16 +09:00
  • 5ba85f9826 Merge pull request #317 from Snowapril/master Syoyo Fujita 2021-03-30 03:15:26 +09:00
  • eafd9bed15 Delete unused variable initialization code snowapril 2021-03-30 00:16:04 +09:00
  • c5b9e312bd Merge pull request #314 from Snowapril/master Syoyo Fujita 2021-03-20 19:59:44 +09:00
  • 07c2864649 add (void)err for handling unused variable warning snowapril 2021-03-20 19:25:58 +09:00
  • a557bd0deb Merge pull request #312 from AlvaroBarua/no_include_rapidjson Syoyo Fujita 2021-03-19 14:32:35 +09:00
  • 0fd9b3cd31 Updated Readme.md AlvaroBarua 2021-03-18 18:40:09 +00:00
  • 2bd38a0d51 Added TINYGLTF_NO_INCLUDE_RAPIDJSON for consistency and because my project already used rapidjson/ Alvaro Barua 2021-03-18 00:21:23 +00:00
  • ec03333722 Merge pull request #310 from syoyo/write-assert-version Syoyo Fujita 2021-03-03 00:35:55 +09:00
  • dd002c761f asset.version is a required field so write "2.0" when asset.version is empty. Fixes #308 Syoyo Fujita 2021-03-02 19:08:29 +09:00
  • 879d53d130 Add CMake file and Makefile for examples/build-gltf Syoyo Fujita 2021-02-26 18:34:00 +09:00
  • 2cb49f138a Add example for creating a triangle gltf file from scratch Dov Grobgeld 2021-02-26 09:30:05 +02:00
  • 939e85f452 Merge pull request #306 from mahiuchun/const Syoyo Fujita 2021-02-21 16:07:51 +09:00
  • d118748400 Drop an unnecessary 'const'. Hill Ma 2021-02-20 22:30:44 -08:00
  • 4417307835 Merge pull request #305 from Selmar/patch-2 Syoyo Fujita 2021-02-02 14:17:34 +09:00
  • 089b517943 check correct extensionsUsed for serialization Selmar 2021-02-01 19:24:41 +01:00
  • e5e9c6cbf6 Merge pull request #303 from syoyo/int-minmax-serialize Syoyo Fujita 2021-01-22 03:40:52 +09:00
  • fa5a7902e1 Issue #301. Serialize accessor min/vax value as int if its component type is an integer. Syoyo Fujita 2021-01-21 20:33:11 +09:00
  • 497a0abf78 Merge pull request #299 from DethRaid/patch-1 Syoyo Fujita 2020-12-23 15:46:32 +09:00
  • b05efb4733 Add my project to the README David Dubois 2020-12-22 22:32:59 -08:00
  • 87593a71cf Make cmake script add_subdirectory friendly. syoyo 2020-12-18 01:09:44 +09:00
  • 4f9dd612b8 Remove sampler.wrapR parameter(unused tinygltf extension). Fixes #287 Suppress clang -Wdocumentation-unknown-command warning. Syoyo Fujita 2020-12-04 00:50:46 +09:00
  • 6e219ab2f2 Add document for TinyGLTF::SetPreserveimageChannels. v2.5.0 Syoyo Fujita 2020-10-31 19:40:33 +09:00
  • eeef0ec9e5 Add SetPreserveImageChannels feature(preserve image channels in stored image file. Only effective when using builtin ImageLoad function(STB image load)). Syoyo Fujita 2020-10-31 19:35:55 +09:00
  • 97a2d33e5c Merge pull request #295 from syoyo/empty-material Syoyo Fujita 2020-10-23 04:05:19 +09:00
  • e45dcbd759 Fix build when using RapidJSON backend. Syoyo Fujita 2020-10-22 22:38:56 +09:00
  • 85962aee8a Serialize empty JSON object when material has all default parameters. Fixes #294 . Syoyo Fujita 2020-10-22 22:27:12 +09:00
  • ad063eb787 Merge branch 'master' of github.com:syoyo/tinygltf Syoyo Fujita 2020-10-22 21:51:01 +09:00
  • 349db74639 Merge pull request #290 from Coast-Coader/master Syoyo Fujita 2020-09-29 14:28:47 +09:00
  • dc9f7efb8c Deleted unnessecary stuff Eschemann 2020-09-28 16:04:14 +02:00
  • 9d7483d6db Fixed segfault in example basic on inter graphics hd and corrected path to model Eschemann 2020-09-28 15:50:45 +02:00
  • b51f8be2c5 Add note on sajson branch. Syoyo Fujita 2020-08-09 21:18:28 +09:00
  • 3f1d5ccbed Fix inequality. Should allow 0 for bufferView. v2.4.0 Syoyo Fujita 2020-07-15 13:52:39 +09:00
  • e46b66fe01 Merge branch 'master' of github.com:syoyo/tinygltf Syoyo Fujita 2020-07-14 22:05:28 +09:00
  • 3fb8ffd063 Renamed directory name. Syoyo Fujita 2020-07-14 22:03:41 +09:00
  • f1b536d4a9 Add scene date for issue 280 Syoyo Fujita 2020-07-14 22:02:51 +09:00
  • 05007ef21b Merge pull request #281 from rbsheth/sparse_morph_fix Syoyo Fujita 2020-07-14 15:35:37 +09:00
  • 9c894f2d89 Fix sparse morph targets Rahul Sheth 2020-07-13 13:56:50 -04:00
  • 243e062d0b Merge pull request #278 from rbsheth/string_fix Syoyo Fujita 2020-07-11 03:41:11 +09:00
  • 4909d0be84 Run clang-format Rahul Sheth 2020-07-10 14:27:46 -04:00
  • 17fc862965 Use std::string instead of const char* for GetKey function Rahul Sheth 2020-07-10 14:27:37 -04:00
  • e08443f9a7 Merge pull request #274 from daemyung/dxview Syoyo Fujita 2020-07-04 16:48:08 +09:00
  • 67c66e0ba2 Add README.md for dxview daemyung jang 2020-07-04 09:24:00 +09:00
  • 6e9f10fa80 Add dxview daemyung jang 2020-07-04 01:29:41 +09:00
  • c2d2219173 Merge pull request #273 from daemyung/dxview Syoyo Fujita 2020-07-03 15:38:46 +09:00
  • d417d3c2d3 Initialize member variables daemyung jang 2020-07-03 13:27:39 +09:00
  • 9dc3a7952d Disable blank issue. Syoyo 2020-06-26 02:01:16 +09:00
  • 23aaa0544a Update issue templates Syoyo Fujita 2020-06-19 16:31:37 +09:00
  • b275837d50 Add comment on tinygltf::ExpandFilePath() Syoyo Fujita 2020-06-06 18:13:15 +09:00
  • e05f9ca781 Use nullptr instead of NULL. Syoyo Fujita 2020-06-06 17:11:50 +09:00
  • 4d37c59117 Add regression test for PR-266. Syoyo Fujita 2020-06-06 17:10:49 +09:00
  • e1fd746d21 fix an error occurred while expanding utf8 path cwbhhjl 2020-06-04 10:40:38 +08:00
  • 8febd91039 Add GitHub Actions badge. Syoyo Fujita 2020-05-30 17:06:45 +09:00
  • 39d3e0db00 Build validator for MSVC build. Syoyo Fujita 2020-05-30 02:28:58 +09:00
  • 82328d59ff Separrate build of examples. Syoyo Fujita 2020-05-30 02:27:25 +09:00
  • 41e208990a Build examples for VS2019 build job. Syoyo Fujita 2020-05-30 02:21:07 +09:00
  • 2a0e7211b9 Fix path to rapidjson headers Syoyo Fujita 2020-05-30 02:19:47 +09:00
  • b46104daff Add VS2019 build job. Syoyo Fujita 2020-05-30 02:16:41 +09:00
  • defaf381b5 Add mingw build job Syoyo Fujita 2020-05-30 02:12:48 +09:00
  • 99b0d6abb5 Add argument to loader_example run Syoyo Fujita 2020-05-30 02:07:00 +09:00
  • b97f2c3225 add aarch64 cross compile and macos build job. Syoyo Fujita 2020-05-30 02:04:06 +09:00
  • d87f2bdd23 Fix yaml syntax. Syoyo Fujita 2020-05-30 02:00:03 +09:00
  • d574e858cf Add gcc-4.8 build job. Syoyo Fujita 2020-05-30 01:59:02 +09:00
  • a33b33c192 Fix workflow Syoyo Fujita 2020-05-30 01:56:35 +09:00
  • 362af687ed Add rapidjson build job Syoyo Fujita 2020-05-29 22:21:24 +09:00
  • ceccca0106 Create github actions workflow Syoyo Fujita 2020-05-29 20:57:39 +09:00
  • 0b08e9200d Merge pull request #265 from ivovandongen/ivd_rapidjson_size_t Syoyo Fujita 2020-05-29 18:19:07 +09:00
  • be5639536d cast size_t to uint_64_t for rapidjson serialization Ivo van Dongen 2020-05-29 11:24:11 +03:00
  • 3851ef0ba0 Add TDME2 Syoyo 2020-05-22 01:25:03 +09:00
  • 66938e0ea5 Support llvm-mingw(clang + libcxx) to open UTF-8 path in ifstream. Syoyo Fujita 2020-05-18 20:50:45 +09:00
  • 67c27aa091 Fix existing "extensions" were overwritten in serialization when the scene contains lights(serialized as "KHR_light_punctual") Append "KHR_light_punctual" to extensionsUsed if not exist in serialization. Apply clang-format. Fixes #261 Syoyo Fujita 2020-05-15 21:32:06 +09:00
  • e306c0fc7f Only serialize light.range when range > 0. Fixes #260 Syoyo Fujita 2020-05-13 21:22:23 +09:00
  • 3639a23222 Return type must be int for GetNumberAsInt(). Fixes #258 Syoyo Fujita 2020-05-11 19:07:00 +09:00
  • 4e803bdd96 Serialize extension and extras for Camera. Fixes #257 Syoyo 2020-05-09 02:41:07 +09:00
  • 5d34059f06 Fix float and int comparison. Syoyo Fujita 2020-04-29 19:16:35 +09:00
  • bd73fe76f1 Include cmath for std::fabs Syoyo Fujita 2020-04-29 17:33:48 +09:00
  • 3ca5b278a1 Return false for zero-sized asset. Fixes #255 Syoyo Fujita 2020-04-28 01:06:34 +09:00
  • 01f6c7d5c6 Merge pull request #254 from LHLaurini/master Syoyo Fujita 2020-04-14 01:40:00 +09:00
  • 8a127d5771 Fix write functions so they work with MinGW Luiz Henrique Laurini 2020-04-12 16:00:33 -03:00
  • 6197d99c53 Merge pull request #252 from freddiehonohan/master Syoyo Fujita 2020-04-10 02:04:12 +09:00
  • 921d6e2920 Fixed small error if node has no mesh. root 2020-04-09 10:42:41 -04:00
  • 3e5ca8ff9f Merge branch 'master' of github.com:syoyo/tinygltf Syoyo Fujita 2020-04-06 22:12:39 +09:00
  • 261f2d9ee2 Do not segfault when the scene does not contain texture images. Fixes #251 Syoyo Fujita 2020-04-06 22:11:16 +09:00
  • c91003e7bd Merge pull request #250 from FsiGuy00015623/prevent-cloning-buffer-images Syoyo Fujita 2020-03-10 14:53:13 +09:00
  • 5d104f637a Prevent cloning of images in buffers FsiGuy00015623 2020-03-09 16:57:21 -05:00
  • 2a1dc1b9e3 Merge pull request #249 from CesiumGS/accessor-index-fix Syoyo Fujita 2020-03-05 23:59:23 +09:00
  • 164a84f090 Ensures only valid bufferViews are mentioned in accessor Sanjeet Suhag 2020-03-04 17:40:10 -05:00
  • 70456ba892 Merge branch 'uri-decode' Syoyo Fujita 2020-03-03 18:49:27 +09:00
  • 027e39e8fb Update copyright year. Add note on the result from fuzzer test. Syoyo Fujita 2020-02-24 01:36:24 +09:00
  • b3012ec8cf Merge pull request #243 from mfpgs/reading_copyright Syoyo Fujita 2020-02-20 23:42:14 +09:00
  • 632810eeca Reading copyright field in ParseAsset() Miguel Sousa 2020-02-20 14:16:58 +01:00
  • 65b84dc4d0 Merge pull request #242 from Selmar/some_empty_array_fixes Syoyo Fujita 2020-01-29 01:27:44 +09:00
  • 694f27461d Merge remote-tracking branch 'origin/master' into some_empty_array_fixes Selmar Kok 2020-01-28 13:46:22 +01:00
  • 3c15e73a6b dont serialize a couple of empty arrays Selmar Kok 2020-01-28 13:45:38 +01:00
  • 6f8ae41bad Merge pull request #240 from kacprzak/master Syoyo Fujita 2020-01-22 22:32:41 +09:00