Syoyo Fujita
|
0eaf4daa5c
|
Fix compile on iOS. Fixes #24.
|
2017-11-15 01:03:09 +09:00 |
|
Syoyo Fujita
|
cd5146025a
|
Merge pull request #23 from e-schrade/devel
Parse KHR_Lights_cmn extension
|
2017-11-08 01:56:08 +09:00 |
|
Emanuel Schrade
|
fafd4eca2a
|
Parse KHR_Lights_cmn extension
|
2017-11-06 11:14:49 +01:00 |
|
Syoyo Fujita
|
4959fc4857
|
User lowercase for Windows.h. Fixes #22.
|
2017-11-05 17:18:46 +09:00 |
|
Syoyo Fujita
|
bd8b97272a
|
Improve error message.
|
2017-10-19 18:48:26 +09:00 |
|
Syoyo Fujita
|
f0c8a9b357
|
Merge pull request #21 from thestr4ng3r/devel
Disable wordexp for Android
|
2017-09-23 00:07:20 +09:00 |
|
Florian Märkl
|
763d610b5f
|
Disable wordexp for Android
|
2017-09-22 15:25:48 +02:00 |
|
Syoyo Fujita
|
085f45f8de
|
Merge pull request #20 from jianghaosen/devel
fix(row1728): accessor->normalize is a local variables and forget ini…
|
2017-08-29 22:29:57 +09:00 |
|
jianghaosen
|
60ca87443a
|
fix(row1728): accessor->normalize is a local variables and forget initial it. Beside, the value of p
accessor->normalize is a local variables and forget initial it, it may be true or false. Beside, the
value of parse glTF do not assign to normalize.
|
2017-08-29 20:08:37 +08:00 |
|
Syoyo Fujita
|
69baa8c207
|
Remove installing cpp-coverage tool
|
2017-08-26 17:05:05 +09:00 |
|
Syoyo Fujita
|
70cf37d8ca
|
Merge pull request #19 from jianghaosen/devel
fix(row926): a bug that filename is empty when parse glb
|
2017-08-26 17:03:58 +09:00 |
|
jianghaosen
|
4d9b6ed661
|
fix(row926): a bug that filename is empty when parse glb
when parse glb, filename maybe a empty value, it will be wrong
|
2017-08-25 21:01:17 +08:00 |
|
Syoyo Fujita
|
0cf19c377f
|
Check if JSON element is valid JSON object or not. Now all fuzz input passes. Fixes #16.
|
2017-08-01 20:23:11 +09:00 |
|
Syoyo Fujita
|
b7947657dd
|
Wrap picojson::parse with exception clause to catch JSON parsing error.
|
2017-08-01 20:12:08 +09:00 |
|
Syoyo Fujita
|
181f2fc639
|
Hardened parsing and solved some issue found by fuzzer(issue 16).
|
2017-08-01 18:15:52 +09:00 |
|
Syoyo Fujita
|
37d71b31e0
|
Fix config setting.
|
2017-07-23 19:21:04 +09:00 |
|
Syoyo Fujita
|
d8491c2d0e
|
Add codes for raytrace example(W.I.P.)
|
2017-07-23 19:11:39 +09:00 |
|
Syoyo Fujita
|
18b8815641
|
Update travis badge URL.
|
2017-07-14 01:15:34 +09:00 |
|
Syoyo Fujita
|
d37d8b0fb2
|
Update README.
|
2017-07-13 18:23:29 +09:00 |
|
Syoyo Fujita
|
f39a6fdbf0
|
Initial support of parsing/serializing Camera.
|
2017-07-13 18:20:14 +09:00 |
|
Syoyo Fujita
|
5e31c99bdb
|
Remove binary extension since glTF 2.0 supports binary format in native manner.
|
2017-07-13 01:28:55 +09:00 |
|
Syoyo Fujita
|
0fc763d219
|
Accessor.min and Accessor.max are now optional parameter.
Set BufferView.byteStride default value to 0(= tightly packed). Fixes #13.
|
2017-07-12 18:29:29 +09:00 |
|
Syoyo Fujita
|
0406cb9725
|
Merge pull request #12 from Teybeo/devel
Update Readme.md
|
2017-07-12 15:28:18 +09:00 |
|
Teybeo
|
1af81c9a00
|
Update Readme.md
|
2017-07-09 20:45:28 +02:00 |
|
Syoyo Fujita
|
d44e2d2612
|
Remove Accessor.byteStride.
|
2017-07-03 00:56:16 +09:00 |
|
Syoyo Fujita
|
b8358d5059
|
Delete Accessor.byteStride field which was removed in glTF 2.0 spec.
|
2017-06-26 17:54:34 +09:00 |
|
Syoyo Fujita
|
8ecdfddf17
|
Fix bufferView.byteStride is read into byteLength property. Fixes #9
|
2017-06-24 20:57:05 +09:00 |
|
Syoyo Fujita
|
89f2d9619b
|
Merge branch 'devel' of github.com:syoyo/tinygltf into devel
|
2017-06-23 00:26:14 +09:00 |
|
Syoyo Fujita
|
56e31a1c62
|
Fix appveyor script.
|
2017-06-23 00:24:24 +09:00 |
|
Syoyo Fujita
|
1806af8358
|
Merge pull request #8 from soma-arc/fix-naming
Fix file/define/class name referenced in glview
|
2017-06-23 00:23:54 +09:00 |
|
soma_arc
|
3b031090d5
|
Fix file/define/class name referenced in glview
|
2017-06-22 13:34:53 +09:00 |
|
Syoyo Fujita
|
26908872ac
|
Rename filename/define/class name.
|
2017-06-21 02:52:11 +09:00 |
|
Syoyo Fujita
|
e7b28fe55c
|
Fix build on Visual Studio.
|
2017-06-20 03:02:57 +09:00 |
|
Syoyo Fujita
|
bc40674912
|
Merge branch 'feature/serialize-gltf' of https://github.com/sketchfab/tinygltf into sketchfab-feature/serialize-gltf
|
2017-06-20 02:17:28 +09:00 |
|
Aurélien Chatelain
|
6be0ce9925
|
Adds serialization functions
|
2017-06-19 14:32:27 +00:00 |
|
Aurélien Chatelain
|
62619d8f22
|
Adds extensionsRequired object
|
2017-06-19 14:32:27 +00:00 |
|
Aurélien Chatelain
|
c57c416919
|
Fixes typos and useless data
|
2017-06-19 14:32:27 +00:00 |
|
Aurélien Chatelain
|
9472cfa335
|
Fixes morph targets parsing
|
2017-06-19 14:32:24 +00:00 |
|
Syoyo Fujita
|
a436204dfc
|
Update build script.
|
2017-06-05 01:58:26 +09:00 |
|
Syoyo Fujita
|
4de15d04c7
|
Remove unused examples.
Refactor source code.
|
2017-06-04 17:42:41 +09:00 |
|
Syoyo Fujita
|
b9295791c4
|
Merge pull request #2 from sketchfab/devel
Devel
|
2017-05-31 00:17:45 +09:00 |
|
Syoyo Fujita
|
83abd537cc
|
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
|
f6bbe94d62
|
Revert "Feature/update tinygltf 20"
|
2017-05-31 00:16:45 +09:00 |
|
Syoyo Fujita
|
809fd0aab2
|
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
|
61de2722ea
|
Fix image parsing (2.0)
|
2017-05-30 15:04:35 +00:00 |
|
Aurélien Chatelain
|
99712b21f7
|
Update buffer parsing (2.0)
|
2017-05-30 15:03:57 +00:00 |
|
Syoyo Fujita
|
82fb27ffa5
|
Update binary glTF header check(Reading binary glTF is still in progress)
|
2017-05-30 01:21:36 +09:00 |
|
Syoyo Fujita
|
db5ea6bc41
|
Fix Animation dumper.
|
2017-05-30 00:52:00 +09:00 |
|
Syoyo Fujita
|
20056667ae
|
byteOffset in Accessor and BufferViews are optional;
|
2017-05-30 00:47:37 +09:00 |
|
Syoyo Fujita
|
1a684eabda
|
BufferView.byteOffset is optional(default = 0).
|
2017-05-29 02:53:12 +09:00 |
|