1. 5c47eda Implement some animation. by Syoyo Fujita · 6 years ago
  2. 1b85cb8 Implement some skinnig stuff. by Syoyo Fujita · 6 years ago
  3. 134d660 Merge branch 'skinning' of github.com:syoyo/tinygltf into skinning by Syoyo Fujita · 6 years ago
  4. a15bfdc Add missing file. by Syoyo Fujita · 6 years ago
  5. 39a309c Merge branch 'skinning' of github.com:syoyo/tinygltf into skinning by Syoyo Fujita · 6 years ago
  6. 4402576 Check bufferView.target by Syoyo Fujita · 6 years ago
  7. 26a7a9f Implement some vertex skinning . by Syoyo Fujita · 6 years ago
  8. d180641 Do not draw skinned mesh(node) otherwise glview crashes. by Syoyo Fujita · 6 years ago
  9. 0c0b993 Show value when printing UNKNOWN by Syoyo Fujita · 6 years ago
  10. 0de4d7c Initial skinning example(W.I.P). by Syoyo Fujita · 6 years ago
  11. e66d8c9 Add as-is flag to Image. Tentative solution for issue #82 by Syoyo Fujita · 7 years ago
  12. 3e53feb Parse `extensions` property of Image. by Syoyo Fujita · 7 years ago
  13. 9ec7109 Bump clang version from 3.7 to 3.9 since clang-3.7 apt source is untrusted. by Syoyo Fujita · 7 years ago
  14. 5cf22e3 Merge branch 'master' of github.com:syoyo/tinygltf by Syoyo Fujita · 7 years ago
  15. a8f0b1c Suppress unknown pragma warning on clang 3.7 by Syoyo Fujita · 7 years ago
  16. be71843 Merge pull request #90 from victorbush/force_32bit_tex by Syoyo Fujita · 7 years ago
  17. 18ef338 Force default image loader to use 32-bit images for Vulkan compatibility. by Victor Bushong · 7 years ago
  18. 1d0bd6c Merge pull request #89 from Selmar/missing_bin_to_error_message by Syoyo Fujita · 7 years ago
  19. e3b3fa9 add required parameter to LoadExternalFile by Selmar Kok · 7 years ago
  20. cda38e0 change from warning to error for missing bin files by Selmar Kok · 7 years ago
  21. fcdfc71 Merge pull request #88 from Selmar/forward_declare_dataUri_utils by Syoyo Fujita · 7 years ago
  22. 0d0e97e forward declare DataURI helper functions to allow usage outside of implementation file (in case of custom image handling) by Selmar Kok · 7 years ago
  23. dfc3545 Fix unit test. Update README. by Syoyo Fujita · 7 years ago
  24. 1898f10 Merge branch 'devel' by Syoyo Fujita · 7 years ago
  25. 96d2f31 Merge pull request #86 from mosra/fail-when-bin-missing-from-glb by Syoyo Fujita · 7 years ago
  26. fd84ceb Properly fail also when external *.bin are missing from *.glb. by Vladimír Vondruš · 7 years ago
  27. 6d38ca3 Merge branch 'devel' of github.com:syoyo/tinygltf into devel by Syoyo Fujita · 7 years ago
  28. a6802d1 Fix typo(n2.z -> n1.z) by Syoyo Fujita · 7 years ago
  29. 28dc902 Add link to px_render. by Syoyo Fujita · 7 years ago
  30. 7c8d4ed Added 'warning' message parameter to glTF loader API. by Syoyo Fujita · 7 years ago
  31. a71be9c Merge pull request #80 from mosra/texture-name by Syoyo Fujita · 7 years ago
  32. 8c29e35 Merge pull request #81 from mosra/emscripten-file-paths by Syoyo Fujita · 7 years ago
  33. 9f04583 Don't try to expand file paths on Emscripten. by Vladimír Vondruš · 7 years ago
  34. 239be2c Import texture names as well. by Vladimír Vondruš · 7 years ago
  35. 39abfb5 Consider Data URI buffers in binary. Fixes #79. by Syoyo Fujita · 7 years ago
  36. 81bbf86 Merge pull request #78 from UberLambda/devel by Syoyo Fujita · 7 years ago
  37. b2a587a Fixed C++11 compliance of previous commit by Paolo Jovon · 7 years ago
  38. e6601bf Added filesystem callback support by Paolo Jovon · 7 years ago
  39. 90e2c9c Merge pull request #76 from mynz/devel by Syoyo Fujita · 7 years ago
  40. c0d4d1c parse extras on the root object by mynz · 7 years ago
  41. 0f282f7 Merge pull request #75 from holzon/fix/allextras by Syoyo Fujita · 7 years ago
  42. b3af2f1 adding missing extras field serializaton by Jens Olsson · 7 years ago
  43. 4769b1c Apply clang-format. by Syoyo Fujita · 7 years ago
  44. 0067a9e Support `gltf-buffer` mime. by Syoyo Fujita · 7 years ago
  45. 57f8e7c Correctly handle filename containing spaces for external resources. Fixes #74. by Syoyo Fujita · 7 years ago
  46. a48f12d Merge pull request #73 from holzon/fix/extras by Syoyo Fujita · 7 years ago
  47. a971866 fixing typo by Jens Olsson · 7 years ago
  48. b96f696 added missing extras serialization for nodes by Jens Olsson · 7 years ago
  49. 7c56f8e Merge pull request #69 from benbuzbee/serialization-fixes by Syoyo Fujita · 7 years ago
  50. f6af224 Remove use of optional by Ben Buzbee · 7 years ago
  51. 3b735bb Serialization fixes by Ben Buzbee · 7 years ago
  52. 2d17a31 `typedef struct` -> `struct` for enabling forward declarations of struct. by Syoyo Fujita · 7 years ago
  53. 48f6db0 Suppress clang warnings. by Syoyo Fujita · 7 years ago
  54. c89fc5f Describe supported VS 2015 update revision. by Syoyo Fujita · 7 years ago
  55. 1e629c8 Fix printing accessor.min and accessor.max in loader_example. by Syoyo Fujita · 7 years ago
  56. 341fc31 Merge remote-tracking branch 'origin/devel' into generic_extension_support by Selmar Kok · 7 years ago
  57. 7b0bbc6 Merge branch 'devel' into Selmar-generic_extension_support by Syoyo Fujita · 7 years ago Selmar-generic_extension_support
  58. 9eae110 serialize texture extensions by Selmar Kok · 7 years ago
  59. fa7022f Changed ExtensionMap to use Value instead of ParameterMap by Selmar Kok · 7 years ago
  60. 6c67da4 Merge pull request #62 from bowald/feature/serializer-handle-image-output by Syoyo Fujita · 7 years ago
  61. b97d34c bugfix, serializer skipped texture samplers refering to first index. by johan bowald · 7 years ago
  62. 142aed7 Merge pull request #61 from bowald/fix/readme-update by Syoyo Fujita · 7 years ago
  63. ca80a59 updated readme: fixed example, fixed dead links to stb_image/stb_image_write by johan bowald · 7 years ago
  64. dc4bb86 Suppress clang warnings. by Syoyo Fujita · 7 years ago
  65. ef151a4 update examples with new defines by johan bowald · 7 years ago
  66. 0894de7 added stb_image_write.h by johan bowald · 7 years ago
  67. 642a343 output both embedded and image files, small fix to serializer. by johan bowald · 7 years ago
  68. 719d7e4 Suppress clang warnings. Apply clang-format. by Syoyo Fujita · 7 years ago
  69. 13fd715 Merge pull request #59 from bowald/feature/serializer-embed-buffer by Syoyo Fujita · 7 years ago
  70. 30c5347 added embed buffers as an option in serializer by johan bowald · 7 years ago
  71. 841c858 Merge pull request #58 from bowald/Bowald-serializer-fixes by Syoyo Fujita · 7 years ago
  72. faa2722 Serializer skips null values by Johan Bowald · 7 years ago
  73. ae751c4 Merge pull request #57 from Squareys/patch-1 by Syoyo Fujita · 7 years ago
  74. 6a04c87 Add Magnum's TinyGltfImporter plugin to projects by Jonathan Hale · 7 years ago
  75. 5210f15 Merge remote-tracking branch 'origin/devel' into generic_extension_support by Selmar Kok · 7 years ago
  76. 35c798e Merge remote-tracking branch 'origin/Selmar-generic_extension_support' into generic_extension_support by Selmar Kok · 7 years ago
  77. 5e37969 Merge pull request #55 from Ybalrid/pr_add_ogre_gltf_to_readme by Syoyo Fujita · 7 years ago
  78. a403cd8 Add Ogre_glTF to the list of projects using the lib by Arthur Brainville (Ybalrid) · 7 years ago
  79. 246654a Code clean-up. Reviewed by @Squareeyes. by Syoyo Fujita · 7 years ago image-parse-refactor
  80. ba28ddc Modify error message. by Syoyo Fujita · 7 years ago
  81. 8e2c24f Refactor ParseImage function. by Syoyo Fujita · 7 years ago
  82. ba809ff Merge branch 'devel' of github.com:syoyo/tinygltf into devel by Syoyo Fujita · 7 years ago
  83. d1f8bae Print extensions. by Syoyo Fujita · 7 years ago
  84. 70d8b7a Merge pull request #53 from Ybalrid/gltfutil by Syoyo Fujita · 7 years ago
  85. 3f1c5a9 Merge pull request #54 from Ybalrid/fix_msvc_build_usage by Syoyo Fujita · 7 years ago
  86. 2960379 Can select image file format with -f argument in gltf util by Arthur Brainville · 7 years ago
  87. 4ba01f5 Add a "not specified" option to the enum class for image formats by Arthur Brainville · 7 years ago
  88. cd366dd Fix MSVC build: removing static keyowrd befor tinygltf::LoadImageData by Arthur Brainville · 7 years ago
  89. 68174a3 Fix MSVC build: removing static keyowrd befor tinygltf::LoadImageData by Arthur Brainville · 7 years ago
  90. 34c8b60 Can specify output directory for dumped texture with -o by Arthur Brainville (Ybalrid) · 7 years ago
  91. 8d8840f Added basic texture dumper by Arthur Brainville (Ybalrid) · 7 years ago
  92. 85b3cbc Merge branch 'devel' into generic_extension_support by Selmar Kok · 7 years ago
  93. ea2b1c5 Start working on a gltf utility program by Arthur Brainville · 7 years ago
  94. d5b0244 Serialize lights under as KHR_lights_cmn extension. by Syoyo Fujita · 7 years ago
  95. f1cdd1c Merge pull request #52 from Selmar/opt_out_external_image_loading by Syoyo Fujita · 7 years ago
  96. 2a15f38 Merge branch 'devel' into generic_extension_support by Selmar Kok · 7 years ago
  97. 5b8eb9b Merge branch 'devel' into opt_out_external_image_loading by Selmar Kok · 7 years ago
  98. 67af3c9 Allow opting out of external image loading by Selmar · 7 years ago
  99. 580d7c8 Parse `defaultScene` value correcrly. Fixes #47. by Syoyo Fujita · 7 years ago
  100. e69069d Loading a GLB file without BIN data fails. Fixes #49. by Syoyo Fujita · 7 years ago