Syoyo Fujita
0067a9e43a
Support gltf-buffer
mime.
...
Make `min` and `max` parameters in `Accessor` optional.
2018-06-04 18:26:05 +09:00
Syoyo Fujita
57f8e7ca3b
Correctly handle filename containing spaces for external resources. Fixes #74 .
2018-06-04 17:52:08 +09:00
Syoyo Fujita
5307850555
Update README.
2017-06-21 19:27:18 +09:00
Syoyo Fujita
4ebd5a9f82
Merge pull request #2 from sketchfab/devel
...
Devel
2017-05-31 00:17:45 +09:00
Syoyo Fujita
2fb2f92997
Merge pull request #3 from syoyo/revert-1-feature/update-tinygltf-20
...
Revert "Feature/update tinygltf 20"
2017-05-31 00:17:29 +09:00
Syoyo Fujita
08c9d25629
Revert "Feature/update tinygltf 20"
2017-05-31 00:16:45 +09:00
Syoyo Fujita
80249464ae
Merge pull request #1 from sketchfab/feature/update-tinygltf-20
...
Feature/update tinygltf 20
2017-05-31 00:16:15 +09:00
Aurélien Chatelain
6d3bfd7e1b
Fix image parsing (2.0)
2017-05-30 15:04:35 +00:00
Aurélien Chatelain
0aab1575d5
Update buffer parsing (2.0)
2017-05-30 15:03:57 +00:00
Syoyo Fujita
40c4a0a60a
Update binary glTF header check(Reading binary glTF is still in progress)
2017-05-30 01:21:36 +09:00
Syoyo Fujita
d7ec19c3dc
Fix Animation dumper.
2017-05-30 00:52:00 +09:00
Syoyo Fujita
90e1ed21bc
byteOffset
in Accessor and BufferViews are optional;
2017-05-30 00:47:37 +09:00
Syoyo Fujita
d17ff66b3d
BufferView.byteOffset is optional(default = 0).
2017-05-29 02:53:12 +09:00
Syoyo Fujita
d941f6d1eb
Update test runner.
2017-05-29 02:20:05 +09:00
Syoyo Fujita
e01fc67380
Merge branch 'devel' of github.com:syoyo/tinygltf into devel
2017-05-28 01:21:32 +09:00
Syoyo Fujita
e4ef6c070c
Upadate README.
2017-05-28 01:20:59 +09:00
Syoyo Fujita
b7f71e6786
Upadate README.
2017-05-28 01:20:05 +09:00
Syoyo Fujita
2d8edf5c8b
Merge branch 'sketchfab-feature/update-tinygltf-20' into devel
2017-05-27 23:57:04 +09:00
Syoyo Fujita
1866e11237
Add Cube test model.
2017-05-27 23:55:32 +09:00
Syoyo Fujita
f612015ac2
Keep up with loader_example.cc
...
Update picojson.h
2017-05-27 23:51:23 +09:00
Syoyo Fujita
2057b1ae6e
Merge branch 'feature/update-tinygltf-20' of https://github.com/sketchfab/tinygltf into sketchfab-feature/update-tinygltf-20
2017-05-26 02:16:49 +09:00
Syoyo Fujita
c8d3c76bb1
Sync with tinygltfloader
2017-05-25 01:42:38 +09:00
Aurélien Chatelain
38a6a7565c
Supports glTF morph (glTF 2.0, not tested)
2017-05-24 13:48:10 +00:00
Aurélien Chatelain
8cb98950ff
Supports glTF skinning (glTF 2.0)
2017-05-24 13:48:10 +00:00
Aurélien Chatelain
5cb4346a32
Adds workaround for unsupported images
2017-05-24 13:48:10 +00:00
Aurélien Chatelain
d48bbdcd90
Updates asset object (glTF 2.0)
2017-05-24 13:48:10 +00:00
Aurélien Chatelain
ab7b218385
Updates materials (glTF 2.0)
...
glTF 2.0 has now PBR materials.
Core material is Metallic/Roughness material
Specular/glossiness is still in an extension
Material properties can be number arrays (colors/factors) or JSON objects (textures)
2017-05-24 13:48:10 +00:00
Aurélien Chatelain
a25e495fd9
Updates camera object (glTF 2.0)
2017-05-24 13:48:10 +00:00
Aurélien Chatelain
ee4693e3a1
Supports glTF 2.0 schema
...
- Renaming 'Scene' to 'Model' to avoid confusion
- glTF top objects are now arrays, and objects are referenced by index instead of id
- added a few comments (required)
- default values
2017-05-24 13:48:10 +00:00
Aurélien Chatelain
f4f4ae4d89
Removes Technique/Shader/Program support (glTF 2.0)
2017-05-24 13:47:58 +00:00
Syoyo Fujita
36289fb59f
Merge pull request #15 from missmah/master
...
Possible fix for child values not being properly deserialized
2017-05-08 15:16:44 +09:00
Layla
1dbfe0ee13
Possible fix for child values not being properly deserialized.
...
* Add the child_value parsed by ParseObjectProperty to the return value
The omission of adding child_value to the return object appears to have been an oversight, as it is the only case where the parsed value is not added, and because child_value is otherwise unreferenced.
This change also does give us the value that we are expecting in our use case after loading our glTF.
Was this an oversight or an intentional omission?
2017-05-07 16:56:55 -04:00
Syoyo Fujita
6158f3489e
Update README.
2016-11-25 01:26:21 +09:00
Syoyo Fujita
036166d121
Do not emit empty Curves primitive.
2016-11-25 01:22:02 +09:00
Syoyo Fujita
bb3884e04e
Update README.
2016-11-24 18:28:49 +09:00
Syoyo Fujita
87dc2753da
Merge branch 'master' of github.com:syoyo/tinygltfloader
2016-11-24 18:21:18 +09:00
Syoyo Fujita
6df009e737
Update README.
2016-11-24 17:56:56 +09:00
Syoyo Fujita
b083093db4
Show geomeric normal for mesh object.
2016-11-24 17:55:20 +09:00
Syoyo Fujita
025c880879
Fix nodes
emission.
2016-11-24 17:42:18 +09:00
Syoyo Fujita
6239faff48
Fix draw length for GL_LINES.
2016-11-24 17:41:44 +09:00
Syoyo Fujita
af4109e6e3
Update glTF sample model repo path.
2016-11-24 16:20:57 +09:00
Syoyo Fujita
4be2f888f7
Fix memory leak of stb_image data.
2016-11-24 16:20:34 +09:00
Syoyo Fujita
15eb9bdf67
Initial support of node hierarchy.
2016-11-24 03:10:02 +09:00
Syoyo Fujita
dfb87ab0b9
Fix nodes generation.
2016-11-24 03:09:43 +09:00
Syoyo Fujita
b15a26e357
Fix mouse button state management.
2016-11-23 21:41:53 +09:00
Syoyo Fujita
cb0f560fbd
Compute geometric normal.
2016-11-23 21:40:57 +09:00
Syoyo Fujita
dfab1f7c5d
Emit "name" for each "mesh" object.
2016-11-23 18:27:19 +09:00
Syoyo Fujita
8598af65b0
Rename function.
2016-11-23 18:26:49 +09:00
Syoyo Fujita
67fa87c18d
Comented debug printf.
2016-11-23 18:22:04 +09:00
Syoyo Fujita
b21b24e072
Initial support of node hierarchy.
2016-11-23 17:59:17 +09:00