Commit Graph

  • 9993a71410
    Load inside the scene graph the gltf mesh (like the obj) Arthur Brainville (Ybalrid) 2018-02-20 09:35:19 +01:00
  • e64e6d2d2a
    Fix linux build in C++11 strict Arthur Brainville 2018-02-20 02:00:50 +01:00
  • db5b272a1b
    Load the normal vectors of the primitive Arthur Brainville 2018-02-20 01:30:15 +01:00
  • 5682cb4542
    Also access the position attribute of the primitive Arthur Brainville 2018-02-19 23:44:31 +01:00
  • 7c54677acd
    Now load index buffer Arthur Brainville (Ybalrid) 2018-02-19 18:01:53 +01:00
  • b8040e2a19
    Add the entry point for loading gltf files. Arthur Brainville (Ybalrid) 2018-02-19 14:30:28 +01:00
  • e42ba4e404
    Only attempt to load the obj file if the obj_filename is defined in json Arthur Brainville (Ybalrid) 2018-02-19 13:16:40 +01:00
  • cc4fd4be8e
    Small adjustment to the NanoSG readme Arthur Brainville (Ybalrid) 2018-02-19 02:29:04 +01:00
  • f4fbee1cdf
    Add files to .gitignore Arthur Brainville (Ybalrid) 2018-02-19 01:29:03 +01:00
  • 088aa0210f
    Fix where stb image is actually implemented Arthur Brainville 2018-02-19 01:27:42 +01:00
  • 1340e62848
    Setup CI for raytrace example Arthur Brainville (Ybalrid) 2018-02-18 21:08:33 +01:00
  • d800c88d09 Merge branch 'devel' of github.com:syoyo/tinygltf into devel Syoyo Fujita 2018-02-19 19:28:17 +09:00
  • ca8cfee824 Add link to Vulkan-glTF-PBR. Syoyo Fujita 2018-02-19 18:05:47 +09:00
  • c9ec1ea7b6
    Add a gltf_filename feild to the renderconfig struct Arthur Brainville (Ybalrid) 2018-02-18 21:01:59 +01:00
  • adfe936dd3
    Applyind clang-format on main.cc. Included gltf-loader Arthur Brainville (Ybalrid) 2018-02-18 20:24:57 +01:00
  • e1e868a704
    Move the implementation of stbi to it's own .cc file Arthur Brainville (Ybalrid) 2018-02-18 20:09:24 +01:00
  • 75af411fda
    Build the tinygltf loader code Arthur Brainville (Ybalrid) 2018-02-18 19:55:02 +01:00
  • 90ff6f7ce9
    Make this code buildable as is Arthur Brainville (Ybalrid) 2018-02-18 19:21:38 +01:00
  • c81be8f87d
    Add the current code of nanort + nanosg Arthur Brainville (Ybalrid) 2018-02-18 19:15:50 +01:00
  • fb7ebb955e
    Remove old nanort/nanosg code. Keep the gltf-loader class on hand Arthur Brainville (Ybalrid) 2018-02-18 19:13:57 +01:00
  • c7ae1a3e76
    Merge pull request #38 from o-micron/patch-2 Syoyo Fujita 2018-02-10 16:53:00 +09:00
  • d492efc38a
    Fix return value when error occurs Omar C. F 2018-02-10 09:50:35 +02:00
  • 568f05fec9
    Merge pull request #37 from o-micron/patch-1 Syoyo Fujita 2018-02-10 16:11:35 +09:00
  • f8a8d9caa0
    Add missing bmp and gif mimetypes Omar C. F 2018-02-10 09:09:41 +02:00
  • 0d9a495fd1
    Merge pull request #36 from Ybalrid/devel_add_gitignore Syoyo Fujita 2018-02-02 00:57:32 +09:00
  • a62e955a52
    Add gitignore file Arthur Brainville (Ybalrid) 2018-02-01 15:38:34 +01:00
  • 89cd83e22f Merge branch 'devel' of github.com:syoyo/tinygltf into devel Syoyo Fujita 2018-01-21 12:20:00 +09:00
  • 476a8b21b0 Set GL_DOUBLE value from OpenGL spec. Fixes #35. Syoyo Fujita 2018-01-21 12:19:01 +09:00
  • 05e0bf1cdc Suppress clang warnigns. Refactor code to use C++11 features. Syoyo Fujita 2018-01-16 18:55:13 +09:00
  • f2aba36638 Add more note on Visual Studio version. Syoyo Fujita 2018-01-11 14:06:10 +09:00
  • 688236a3a8
    Merge pull request #34 from Ybalrid/patch-1 Syoyo Fujita 2018-01-10 20:52:24 +09:00
  • d93364e63f
    Add language tag on code snippets in README Arthur Brainville 2018-01-10 12:04:51 +01:00
  • e3a7aef197 Describe note on Visual Studio version. Syoyo Fujita 2018-01-10 18:32:51 +09:00
  • 85ed1ac824
    Merge pull request #33 from Ybalrid/CI_fix Syoyo Fujita 2018-01-10 18:30:45 +09:00
  • 760c1a5065
    Change VS version to one that is better compatible with C++11 Arthur Brainville (Ybalrid) 2018-01-10 09:09:21 +01:00
  • f0606e83d3
    Merge pull request #32 from Ybalrid/narrowingConversionWarning Syoyo Fujita 2018-01-10 12:20:28 +09:00
  • 8ce4e54394
    Silence a MSVC warning about narrowing conversion Arthur Brainville 2018-01-10 01:27:12 +01:00
  • 45c29dc54d Update README of gltf-validator. Syoyo Fujita 2018-01-09 14:28:16 +09:00
  • 1b482fe0be
    Merge pull request #30 from Ybalrid/simplerMaterial Syoyo Fujita 2018-01-09 12:19:03 +09:00
  • 9585391311
    rename Color to ColorFactor Arthur Brainville 2018-01-08 18:37:44 +01:00
  • 41fe772058
    Const qualify const methods Arthur Brainville 2018-01-08 18:32:48 +01:00
  • 5845319b1a
    Add little utility methods to access the content of a Parameter object Arthur Brainville 2018-01-08 18:25:52 +01:00
  • 1ebd29d84e Remove unnecessary text. Syoyo Fujita 2018-01-05 20:21:27 +09:00
  • f5318cc759 Describe more about C++ exception. Syoyo Fujita 2018-01-05 20:17:37 +09:00
  • 17cfbcc976 Fix argument to catch claus was wrong. Add support to compile TinyGLTF with no C++ exception(TINYGLTF_NOEXCEPTION). Fixes #18. Add initial unit tests. Syoyo Fujita 2018-01-05 20:13:50 +09:00
  • 584f8c0ddf Add method for computing byteStride to Accessor struct. This would fix issue #29. Syoyo Fujita 2018-01-03 17:47:08 +09:00
  • 3ab8ee1f87 Add name of Adrien and many contributrors. Syoyo Fujita 2017-12-31 18:36:02 +09:00
  • daa726ec7c
    Merge pull request #28 from Ybalrid/devel Syoyo Fujita 2017-12-31 15:02:01 +09:00
  • 5194b47a16 Create LICENSE Arthur Brainville 2017-12-31 05:06:06 +01:00
  • b66d68f3fb Report error message. Syoyo Fujita 2017-12-19 18:45:22 +09:00
  • 85591954ab Update README. Syoyo Fujita 2017-12-19 18:29:34 +09:00
  • dac2a89b63 Fix wrong return value(Fixes #26) Syoyo Fujita 2017-12-19 17:58:32 +09:00
  • 660256062b Update premake5.exe binary(5.0.0 alpha12). Syoyo Fujita 2017-12-10 00:44:29 +09:00
  • 87a76e1679 Merge branch 'patch-1' of https://github.com/cemdervis/tinygltf into cemdervis-patch-1 Syoyo Fujita 2017-12-10 00:39:52 +09:00
  • 6bdd54f709 Rename premake config script. Syoyo Fujita 2017-12-08 19:45:33 +09:00
  • f889d2b0dc
    Fixed typo ("RPEAT") Cemalettin Dervis 2017-12-07 21:58:15 +01:00
  • 246d866961
    Fixed typo ("RPEAT") Cemalettin Dervis 2017-12-07 20:29:51 +01:00
  • 06096520b8 Update README. Syoyo Fujita 2017-12-03 17:26:25 +09:00
  • aec35f10c0 Update README. jsoncpp Syoyo Fujita 2017-12-03 17:19:55 +09:00
  • 802b4df991 Merge branch 'validator' into jsoncpp Syoyo Fujita 2017-12-03 17:17:03 +09:00
  • 738a13ebf4 Use C++11 in Travis build and appveyor build. Syoyo Fujita 2017-12-02 21:22:58 +09:00
  • 7ce4a42fc3 Fix compilation. Syoyo Fujita 2017-12-02 21:21:06 +09:00
  • 0501a46612 Use C++11 flag. Syoyo Fujita 2017-12-02 21:18:59 +09:00
  • 836753132b Merge branch 'devel' into jsoncpp Syoyo Fujita 2017-12-02 21:14:13 +09:00
  • 2026e03fab Add how to compile doc. validator Syoyo Fujita 2017-11-27 01:01:06 +09:00
  • a415cf477c Add workaround for parsing glTF schemas Syoyo Fujita 2017-11-25 19:55:28 +09:00
  • e59de221ff Add json-schema-validator code. Syoyo Fujita 2017-11-25 18:32:56 +09:00
  • cd1ddf341d Describe supported platforms in README. Better isnan/isinf availabity test(I guess). devel-picojson Syoyo Fujita 2017-11-15 13:55:14 +09:00
  • b23f6fe492 Fix compile on iOS. Fixes #24. Syoyo Fujita 2017-11-15 01:03:09 +09:00
  • 1657cf6a1d
    Merge pull request #23 from e-schrade/devel Syoyo Fujita 2017-11-08 01:56:08 +09:00
  • 186322bed6 Parse KHR_Lights_cmn extension Emanuel Schrade 2017-11-06 11:14:41 +01:00
  • ef2f49ff19 User lowercase for Windows.h. Fixes #22. Syoyo Fujita 2017-11-05 17:18:46 +09:00
  • 2e21be7e19 Use json.hpp instead of picojson(W.I.P.) Syoyo Fujita 2017-11-05 17:13:01 +09:00
  • 57c1018f89 Improve error message. Syoyo Fujita 2017-10-19 18:48:26 +09:00
  • dfe8c70d9a Merge pull request #21 from thestr4ng3r/devel Syoyo Fujita 2017-09-23 00:07:20 +09:00
  • d525e19582 Disable wordexp for Android Florian Märkl 2017-09-22 15:25:48 +02:00
  • 1aba9cf663 Merge pull request #20 from jianghaosen/devel Syoyo Fujita 2017-08-29 22:29:57 +09:00
  • 4748ad61c0 fix(row1728): accessor->normalize is a local variables and forget initial it. Beside, the value of p jianghaosen 2017-08-29 20:08:37 +08:00
  • 1065728429 Remove installing cpp-coverage tool Syoyo Fujita 2017-08-26 17:05:05 +09:00
  • dadcfa5306 Merge pull request #19 from jianghaosen/devel Syoyo Fujita 2017-08-26 17:03:58 +09:00
  • b721fb76c6 fix(row926): a bug that filename is empty when parse glb jianghaosen 2017-08-25 21:01:17 +08:00
  • 59130d1a19 Check if JSON element is valid JSON object or not. Now all fuzz input passes. Fixes #16. Syoyo Fujita 2017-08-01 20:23:11 +09:00
  • cdf849061c Wrap picojson::parse with exception clause to catch JSON parsing error. Syoyo Fujita 2017-08-01 20:12:08 +09:00
  • 2b0307f397 Hardened parsing and solved some issue found by fuzzer(issue 16). Syoyo Fujita 2017-08-01 18:15:52 +09:00
  • 9c0c665eb4 Fix config setting. Syoyo Fujita 2017-07-23 19:21:04 +09:00
  • cd5c5f0ea0 Add codes for raytrace example(W.I.P.) Syoyo Fujita 2017-07-23 19:11:39 +09:00
  • c0beef73a1 Update travis badge URL. Syoyo Fujita 2017-07-14 01:15:34 +09:00
  • 259c9b2802 Update README. Syoyo Fujita 2017-07-13 18:23:29 +09:00
  • 7b6edab3a9 Initial support of parsing/serializing Camera. Syoyo Fujita 2017-07-13 18:20:14 +09:00
  • 06402256c7 Remove binary extension since glTF 2.0 supports binary format in native manner. Syoyo Fujita 2017-07-13 01:28:55 +09:00
  • d9d012a5df Accessor.min and Accessor.max are now optional parameter. Set BufferView.byteStride default value to 0(= tightly packed). Fixes #13. Syoyo Fujita 2017-07-12 18:29:29 +09:00
  • 965071b309 Merge pull request #12 from Teybeo/devel Syoyo Fujita 2017-07-12 15:28:18 +09:00
  • 9ec8137dd0 Update Readme.md Teybeo 2017-07-09 20:45:28 +02:00
  • 168d0595ef Remove Accessor.byteStride. Syoyo Fujita 2017-07-03 00:56:16 +09:00
  • 822788921e Delete Accessor.byteStride field which was removed in glTF 2.0 spec. Syoyo Fujita 2017-06-26 17:54:34 +09:00
  • a12620f378 Fix bufferView.byteStride is read into byteLength property. Fixes #9 Syoyo Fujita 2017-06-24 20:57:05 +09:00
  • 06a2be8d9d Merge branch 'devel' of github.com:syoyo/tinygltf into devel Syoyo Fujita 2017-06-23 00:26:14 +09:00
  • 4df5f94eb7 Fix appveyor script. Syoyo Fujita 2017-06-23 00:24:24 +09:00
  • 72d5af4d9e Merge pull request #8 from soma-arc/fix-naming Syoyo Fujita 2017-06-23 00:23:54 +09:00
  • 74a94f5068 Fix file/define/class name referenced in glview soma_arc 2017-06-22 13:34:53 +09:00