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