Sign in
flutter
/
third_party
/
tinygltf
/
3e53feb04642aab9a58fce32ef8e2417f8ed608f
/
tiny_gltf.h
3e53feb
Parse `extensions` property of Image.
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
18ef338
Force default image loader to use 32-bit images for Vulkan compatibility.
by Victor Bushong
· 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
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
fd84ceb
Properly fail also when external *.bin are missing from *.glb.
by Vladimír Vondruš
· 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
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
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
c0d4d1c
parse extras on the root object
by mynz
· 7 years ago
b3af2f1
adding missing extras field serializaton
by Jens Olsson
· 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
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
341fc31
Merge remote-tracking branch 'origin/devel' into generic_extension_support
by Selmar Kok
· 7 years ago
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
b97d34c
bugfix, serializer skipped texture samplers refering to first index.
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
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
30c5347
added embed buffers as an option in serializer
by johan bowald
· 7 years ago
faa2722
Serializer skips null values
by Johan Bowald
· 7 years ago
5210f15
Merge remote-tracking branch 'origin/devel' into generic_extension_support
by Selmar Kok
· 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
cd366dd
Fix MSVC build: removing static keyowrd befor tinygltf::LoadImageData
by Arthur Brainville
· 7 years ago
85b3cbc
Merge branch 'devel' into generic_extension_support
by Selmar Kok
· 7 years ago
d5b0244
Serialize lights under as KHR_lights_cmn extension.
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
d42767e
Store relative URI in Buffer serializer. Fixes #48.
by Syoyo Fujita
· 7 years ago
7d8cbba
removed code from another issue
by Selmar
· 7 years ago
09d2ff1
generic extension support
by Selmar
· 7 years ago
20244e1
Fix storing uri to `Buffer.uri`. Fixes #50.
by Syoyo Fujita
· 7 years ago
2d3594d
Allow opting out of STB_IMAGE dependency
by Squareys
· 7 years ago
ff644d8
Allow specifying custom image loader callback
by Squareys
· 7 years ago
f99f760
Clean up obsolete debug output
by Squareys
· 7 years ago
4337463
Remove trailing whitespaces
by Squareys
· 7 years ago
188965b
Fix minor typo
by Squareys
· 7 years ago
179edbf
Fix empty serialization. Fixes #44.
by Syoyo Fujita
· 7 years ago
d492efc
Fix return value when error occurs
by Omar C. F
· 7 years ago
f8a8d9c
Add missing bmp and gif mimetypes
by Omar C. F
· 7 years ago
89cd83e
Merge branch 'devel' of github.com:syoyo/tinygltf into devel
by Syoyo Fujita
· 7 years ago
476a8b2
Set GL_DOUBLE value from OpenGL spec. Fixes #35.
by Syoyo Fujita
· 7 years ago
05e0bf1
Suppress clang warnigns. Refactor code to use C++11 features.
by Syoyo Fujita
· 7 years ago
8ce4e54
Silence a MSVC warning about narrowing conversion
by Arthur Brainville
· 7 years ago
9585391
rename Color to ColorFactor
by Arthur Brainville
· 7 years ago
41fe772
Const qualify const methods
by Arthur Brainville
· 7 years ago
5845319
Add little utility methods to access the content of a Parameter object
by Arthur Brainville
· 7 years ago
17cfbcc
Fix argument to catch claus was wrong.
by Syoyo Fujita
· 7 years ago
584f8c0
Add method for computing byteStride to Accessor struct.
by Syoyo Fujita
· 7 years ago
246d866
Fixed typo ("RPEAT")
by Cemalettin Dervis
· 7 years ago
8367531
Merge branch 'devel' into jsoncpp
by Syoyo Fujita
· 7 years ago
b23f6fe
Fix compile on iOS. Fixes #24.
by Syoyo Fujita
· 7 years ago
186322b
Parse KHR_Lights_cmn extension
by Emanuel Schrade
· 7 years ago
ef2f49f
User lowercase for Windows.h. Fixes #22.
by Syoyo Fujita
· 7 years ago
2e21be7
Use json.hpp instead of picojson(W.I.P.)
by Syoyo Fujita
· 7 years ago
57c1018
Improve error message.
by Syoyo Fujita
· 7 years ago
d525e19
Disable wordexp for Android
by Florian Märkl
· 7 years ago
4748ad6
fix(row1728): accessor->normalize is a local variables and forget initial it. Beside, the value of p
by jianghaosen
· 8 years ago
b721fb7
fix(row926): a bug that filename is empty when parse glb
by jianghaosen
· 8 years ago
59130d1
Check if JSON element is valid JSON object or not. Now all fuzz input passes. Fixes #16.
by Syoyo Fujita
· 8 years ago
cdf8490
Wrap picojson::parse with exception clause to catch JSON parsing error.
by Syoyo Fujita
· 8 years ago
2b0307f
Hardened parsing and solved some issue found by fuzzer(issue 16).
by Syoyo Fujita
· 8 years ago
7b6edab
Initial support of parsing/serializing Camera.
by Syoyo Fujita
· 8 years ago
d9d012a
Accessor.min and Accessor.max are now optional parameter.
by Syoyo Fujita
· 8 years ago
8227889
Delete `Accessor.byteStride` field which was removed in glTF 2.0 spec.
by Syoyo Fujita
· 8 years ago
a12620f
Fix bufferView.byteStride is read into `byteLength` property. Fixes #9
by Syoyo Fujita
· 8 years ago
2840a0e
Rename filename/define/class name.
by Syoyo Fujita
· 8 years ago
[Renamed (87%) from tiny_gltf_loader.h]
73cd7b9
Fix build on Visual Studio.
by Syoyo Fujita
· 8 years ago
9a1ea7e
Merge branch 'feature/serialize-gltf' of https://github.com/sketchfab/tinygltf into sketchfab-feature/serialize-gltf
by Syoyo Fujita
· 8 years ago
cc8ba99
Adds serialization functions
by Aurélien Chatelain
· 8 years ago
756ee6b
Adds extensionsRequired object
by Aurélien Chatelain
· 8 years ago
8d5e0a7
Fixes typos and useless data
by Aurélien Chatelain
· 8 years ago
2682c6f
Fixes morph targets parsing
by Aurélien Chatelain
· 8 years ago
5b40745
Remove unused examples. Refactor source code.
by Syoyo Fujita
· 8 years ago
6d3bfd7
Fix image parsing (2.0)
by Aurélien Chatelain
· 8 years ago
0aab157
Update buffer parsing (2.0)
by Aurélien Chatelain
· 8 years ago
40c4a0a
Update binary glTF header check(Reading binary glTF is still in progress)
by Syoyo Fujita
· 8 years ago
90e1ed2
`byteOffset` in Accessor and BufferViews are optional;
by Syoyo Fujita
· 8 years ago
d17ff66
BufferView.byteOffset is optional(default = 0).
by Syoyo Fujita
· 8 years ago
f612015
Keep up with loader_example.cc Update picojson.h
by Syoyo Fujita
· 8 years ago
2057b1a
Merge branch 'feature/update-tinygltf-20' of https://github.com/sketchfab/tinygltf into sketchfab-feature/update-tinygltf-20
by Syoyo Fujita
· 8 years ago
c8d3c76
Sync with tinygltfloader
by Syoyo Fujita
· 8 years ago
38a6a75
Supports glTF morph (glTF 2.0, not tested)
by Aurélien Chatelain
· 8 years ago
Next »