Syoyo Fujita
|
39a309c416
|
Merge branch 'skinning' of github.com:syoyo/tinygltf into skinning
|
2018-09-24 21:03:49 +09:00 |
|
Syoyo Fujita
|
4402576a91
|
Check bufferView.target
|
2018-09-24 16:18:12 +09:00 |
|
Syoyo Fujita
|
26a7a9f525
|
Implement some vertex skinning .
|
2018-09-24 02:00:43 +09:00 |
|
Syoyo Fujita
|
d180641246
|
Do not draw skinned mesh(node) otherwise glview crashes.
|
2018-09-23 18:24:19 +09:00 |
|
Syoyo Fujita
|
0c0b993639
|
Show value when printing UNKNOWN
|
2018-09-23 17:57:00 +09:00 |
|
Syoyo Fujita
|
0de4d7c05f
|
Initial skinning example(W.I.P).
|
2018-09-22 17:51:05 +09:00 |
|
Syoyo Fujita
|
e66d8c992f
|
Add as-is flag to Image. Tentative solution for issue #82
|
2018-09-02 16:58:43 +09:00 |
|
Syoyo Fujita
|
3e53feb046
|
Parse extensions property of Image.
|
2018-09-02 15:36:17 +09:00 |
|
Syoyo Fujita
|
9ec7109089
|
Bump clang version from 3.7 to 3.9 since clang-3.7 apt source is untrusted.
|
2018-08-30 21:27:11 +09:00 |
|
Syoyo Fujita
|
5cf22e3abc
|
Merge branch 'master' of github.com:syoyo/tinygltf
|
2018-08-28 21:34:06 +09:00 |
|
Syoyo Fujita
|
a8f0b1c383
|
Suppress unknown pragma warning on clang 3.7
|
2018-08-28 21:33:40 +09:00 |
|
Syoyo Fujita
|
be718436c1
|
Merge pull request #90 from victorbush/force_32bit_tex
Force default image loader to use 32-bit images
|
2018-08-23 12:51:43 +09:00 |
|
Victor Bushong
|
18ef338ff5
|
Force default image loader to use 32-bit images for Vulkan compatibility.
|
2018-08-22 22:03:30 -05:00 |
|
Syoyo Fujita
|
1d0bd6c64f
|
Merge pull request #89 from Selmar/missing_bin_to_error_message
missing bin files are reported as warning instead of error
|
2018-08-23 02:16:10 +09:00 |
|
Selmar Kok
|
e3b3fa9eb6
|
add required parameter to LoadExternalFile
|
2018-08-22 19:04:21 +02:00 |
|
Selmar Kok
|
cda38e03ed
|
change from warning to error for missing bin files
|
2018-08-22 18:26:10 +02:00 |
|
Syoyo Fujita
|
fcdfc71ba6
|
Merge pull request #88 from Selmar/forward_declare_dataUri_utils
forward declare DataURI helpers
|
2018-08-22 21:36:16 +09:00 |
|
Selmar Kok
|
0d0e97e8cd
|
forward declare DataURI helper functions to allow usage outside of implementation file (in case of custom image handling)
|
2018-08-22 14:01:57 +02:00 |
|
Syoyo Fujita
|
dfc3545d79
|
Fix unit test.
Update README.
|
2018-08-22 20:35:04 +09:00 |
|
Syoyo Fujita
|
1898f10836
|
Merge branch 'devel'
|
2018-08-22 20:30:52 +09:00 |
|
Syoyo Fujita
|
96d2f314cd
|
Merge pull request #86 from mosra/fail-when-bin-missing-from-glb
Properly fail also when external *.bin are missing from *.glb.
|
2018-08-17 19:52:09 +09:00 |
|
Vladimír Vondruš
|
fd84ceb791
|
Properly fail also when external *.bin are missing from *.glb.
Consistency with behavior for external *.bin files referenced from
*.gltf.
|
2018-08-16 21:07:56 +02:00 |
|
Syoyo Fujita
|
6d38ca3894
|
Merge branch 'devel' of github.com:syoyo/tinygltf into devel
|
2018-08-16 15:57:28 +09:00 |
|
Syoyo Fujita
|
a6802d10fb
|
Fix typo(n2.z -> n1.z)
|
2018-08-16 15:56:13 +09:00 |
|
Syoyo Fujita
|
28dc902368
|
Add link to px_render.
|
2018-08-09 01:58:40 +09:00 |
|
Syoyo Fujita
|
7c8d4ed748
|
Added 'warning' message parameter to glTF loader API.
Asset loading failure messages(e.g. image file is missing) are now stored in `warning` message, not `error` message.
|
2018-07-27 16:49:10 +09:00 |
|
Syoyo Fujita
|
a71be9cc98
|
Merge pull request #80 from mosra/texture-name
Import texture names as well
|
2018-07-25 13:51:41 +09:00 |
|
Syoyo Fujita
|
8c29e35b42
|
Merge pull request #81 from mosra/emscripten-file-paths
Don't try to expand file paths on Emscripten.
|
2018-07-25 13:51:00 +09:00 |
|
Vladimír Vondruš
|
9f04583280
|
Don't try to expand file paths on Emscripten.
Since the same is done on all mobile platforms already, I think it
should not do any harm. Without this I was getting compilation/linker
errors.
|
2018-07-24 23:32:17 +02:00 |
|
Vladimír Vondruš
|
239be2c09f
|
Import texture names as well.
Every other structure has it already.
|
2018-07-24 23:23:56 +02:00 |
|
Syoyo Fujita
|
39abfb5f91
|
Consider Data URI buffers in binary. Fixes #79.
|
2018-07-11 02:46:52 +09:00 |
|
Syoyo Fujita
|
81bbf86e2a
|
Merge pull request #78 from UberLambda/devel
Added filesystem callback support (#77)
|
2018-07-08 15:17:13 +09:00 |
|
Paolo Jovon
|
b2a587af96
|
Fixed C++11 compliance of previous commit
|
2018-07-07 21:50:01 +02:00 |
|
Paolo Jovon
|
e6601bfb4b
|
Added filesystem callback support
Now a library like PhysFS can be used to load files by defining custom
callbacks and disabling the builtin ones by #define TINYGLTF_NO_FS
|
2018-07-07 20:43:33 +02:00 |
|
Syoyo Fujita
|
90e2c9cc74
|
Merge pull request #76 from mynz/devel
parse extras on the root object
|
2018-06-28 20:25:23 +02:00 |
|
mynz
|
c0d4d1c50c
|
parse extras on the root object
|
2018-06-28 23:06:00 +09:00 |
|
Syoyo Fujita
|
0f282f7e26
|
Merge pull request #75 from holzon/fix/allextras
Adding missing extras field serializaton
|
2018-06-04 19:07:49 +09:00 |
|
Jens Olsson
|
b3af2f1cf6
|
adding missing extras field serializaton
|
2018-06-04 11:56:00 +02:00 |
|
Syoyo Fujita
|
4769b1ca37
|
Apply clang-format.
|
2018-06-04 18:40:16 +09:00 |
|
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
|
a48f12d2fc
|
Merge pull request #73 from holzon/fix/extras
Added missing extras serialization for nodes
|
2018-05-24 23:59:56 +09:00 |
|
Jens Olsson
|
a9718668b4
|
fixing typo
|
2018-05-24 15:48:49 +02:00 |
|
Jens Olsson
|
b96f6966ab
|
added missing extras serialization for nodes
|
2018-05-24 15:29:54 +02:00 |
|
Syoyo Fujita
|
7c56f8eb9e
|
Merge pull request #69 from benbuzbee/serialization-fixes
Serialization fixes for single-number values and integers
|
2018-04-26 14:06:18 +09:00 |
|
Ben Buzbee
|
f6af224135
|
Remove use of optional
|
2018-04-25 15:13:05 -07:00 |
|
Ben Buzbee
|
3b735bb878
|
Serialization fixes
|
2018-04-24 11:39:30 -07:00 |
|
Syoyo Fujita
|
2d17a31d3b
|
typedef struct -> struct for enabling forward declarations of struct.
|
2018-04-17 15:45:42 +09:00 |
|
Syoyo Fujita
|
48f6db0994
|
Suppress clang warnings.
|
2018-04-15 18:40:55 +09:00 |
|
Syoyo Fujita
|
c89fc5f06b
|
Describe supported VS 2015 update revision.
|
2018-04-12 11:52:14 +09:00 |
|