Syoyo Fujita
51530ee500
Merge pull request #447 from nyalldawson/draco_fix
...
Handle the situation where the recorded component type does not match the required type for the actual number of stored points
2023-09-03 02:17:12 +09:00
emimvi
759976e087
Consistently use size_t for all byteOffset's
2023-09-02 09:39:53 +02:00
Nyall Dawson
6e3d666cf3
When in permissive mode, handle the situation where the
...
recorded component type does not match the required type
for the actual number of stored points
This situation arises when decoding certain malformed files, most
notably it's seen in glb tiles from Google Earth's 3d tileset.
It's a port of the workaround used by Cesium native here:
d9172461e2/CesiumGltfReader/src/decodeDraco.cpp (L101)
2023-09-02 10:16:04 +10:00
emimvi
bf7120f8a0
Serialize byteOffset as size_t, avoiding cast
...
Fixes silently writing an overflowed int in the output file.
2023-09-02 00:11:41 +02:00
Syoyo Fujita
acf1e8a2b1
Merge pull request #445 from nyalldawson/permissive
...
Be tolerant when encountering emissiveFactor with array length 4
v2.8.15
2023-09-01 23:10:29 +09:00
Nyall Dawson
8c85d5e387
Add method to set parsing strictness
2023-08-28 12:56:09 +10:00
Nyall Dawson
02e8b8da1e
Raise a warning when encountering emissiveFactor with array length
...
of 4 instead of aborting the model loading
2023-08-28 12:46:44 +10:00
Syoyo Fujita
ddc76f7724
Merge pull request #446 from nyalldawson/fix_error
...
Fix misleading error message
2023-08-24 22:11:50 +09:00
Nyall Dawson
8e9aadf569
Fix misleading error message
...
Avoids a confusing "Must have 4 bytes or more bytes, but got 4."
error.
2023-08-24 11:48:09 +10:00
Syoyo Fujita
0eaa23fbfc
Merge pull request #442 from turanszkij/release-1
...
added project link to readme
2023-08-07 18:32:30 +09:00
Turánszki János
2a5dc852cc
added project link to readme
2023-08-07 06:59:35 +02:00
Syoyo Fujita
f51243da48
Merge pull request #433 from dyollb/modernize
...
Modernize
v2.8.14
2023-07-11 19:43:53 +09:00
Syoyo Fujita
a080377e6f
Merge pull request #436 from dimitri-tdg/bugfix_extensions_primitive
...
Fix issue when serializing extensions of a primitive
2023-07-10 23:30:40 +09:00
KUDELSKI Dimitri
69d75573f5
Fix issue when serializing extensions of a primitive
2023-07-10 15:13:09 +02:00
Syoyo Fujita
aaf631c984
Merge pull request #435 from RE-Kovalev/release
...
MinGW _wfopen_s fix
2023-07-05 18:41:22 +09:00
R.E. Kovalev
112e3537ff
MinGW _wfopen_s fix
2023-07-05 09:11:57 +03:00
Bryn Lloyd
cb6a707014
cppcoreguidelines-prefer-member-initializer
2023-06-21 22:30:14 +02:00
Bryn Lloyd
3e98ac4564
modernize-use-equals-default
2023-06-21 22:15:49 +02:00
Bryn Lloyd
c704d73bd0
readability-redundant-string-init
2023-06-21 18:42:24 +02:00
Bryn Lloyd
a64f4b4442
modernize-use-default-member-init
2023-06-21 18:40:18 +02:00
Bryn Lloyd
85b4322ade
minor cleanup of cmakelists
2023-06-21 18:26:43 +02:00
Syoyo Fujita
7a570c88d9
Initialize light
and emitter
members. Fixes #431
...
Include `light` and `emitter` comparison in Node::operator==()
v2.8.13
2023-06-19 21:52:13 +09:00
Syoyo Fujita
e12e0a9392
Merge pull request #429 from AdamFull/release
...
KHR_audio parsing support (ASCII only)
v2.8.12
2023-06-13 21:40:45 +09:00
Baranob_Ilya
879cb473a3
Added parsing and serializing of audio emitters for scene (global sources)
2023-06-12 13:35:05 +04:00
Baranob_Ilya
c9657be1de
Forgot to add KHR_audio to used extensions
2023-06-12 12:34:34 +04:00
Baranob_Ilya
95bbf15ce2
Update .gitignore
2023-06-12 12:30:04 +04:00
Baranob_Ilya
78864c8d3a
Added KHR_audio extension. Parsing and serialization.
...
Added KHR_audio extension parsing and serializing. Only for ascii
2023-06-12 10:43:52 +04:00
Syoyo Fujita
14c86324d7
Merge pull request #426 from agnat/serialize_light_refs
...
KHR_lights_punctual: Serialize node light refs
2023-06-09 05:03:01 +09:00
David Siegel
8d5d0b34be
clean up
2023-06-07 15:35:35 +02:00
David Siegel
a1a34cb54d
fix syntax error
2023-06-07 15:30:02 +02:00
David Siegel
cfe64fb6c8
KHR_lights_punctual: Serialize node light refs
...
This is surprisingly involved:
1. Add non-const json iterators, FindMember(…) and GetValue(…)
2. Add json utilities IsEmpty(…) and Erase(…)
3. Serialize the property and clean up
2023-06-07 15:18:38 +02:00
Syoyo Fujita
c201efb998
Merge pull request #422 from agnat/fix/add_missing_extras_and_extensions
...
Add missing extras and extensions fields
v2.8.11
2023-06-07 02:47:59 +09:00
Syoyo Fujita
b88e9cc52a
Merge pull request #423 from agnat/finish_KHR_lights_puncutal
...
KHR_lights_punctual: parse light source references from scene nodes
2023-06-06 23:12:50 +09:00
Syoyo Fujita
9417144f48
Merge pull request #424 from agnat/rewrite_ForEachInArray
...
get rid of std::function
2023-06-06 23:11:12 +09:00
David Siegel
07616e8190
refactor extension and extra serialization
...
Add missing serialization:
accessor.extensions
accessor.sparse.extensions
accessor.sparse.extras
accessor.sparse.indices.extensions
accessor.sparse.indices.extras
accessor.sparse.values.extensions
accessor.sparse.values.extras
animation.channel.target.extras
animation.sampler.extensions
buffer.extensions
bufferView.extensions
sampler.extensions
camera.orthographic.extensions
camera.perspective.extensions
skin.extras
skin.extensions
2023-06-06 15:40:29 +02:00
David Siegel
bec8a6d54f
rewrite ForEachInArray as a simple C++11 function
...
no need for std::function here. A free function with an unspecified callback will do nicely.
2023-06-06 15:36:07 +02:00
David Siegel
157063fa1b
fix: add missing nullptr check
2023-06-06 15:31:58 +02:00
David Siegel
c164878d0f
parse light source references
2023-06-06 06:18:14 +02:00
David Siegel
d852f50d49
Add missing extras and extensions fields
...
Handle extras and extensions in nested “sub-objects”:
animation.channel.target.extras
accessor.sparse.extras
accessor.sparse.extensions
accessor.sparse.indices.extras
accessor.sparse.indices.extensions
accessor.sparse.values.extras
accessor.sparse.values.extensions
2023-06-06 00:07:37 +02:00
David Siegel
22cafa1032
remove duplicate code
...
use a function to parse extras and extensions
2023-06-06 00:07:37 +02:00
David Siegel
47208b234d
fix warnings: unused variable
2023-06-06 00:07:37 +02:00
Syoyo Fujita
5a6df34d99
Simplify version comment in tiny_gltf.h
...
Remove wuffs code(which was accidently adde to `release` branch)
v2.8.10
2023-06-04 19:07:00 +09:00
Syoyo Fujita
147a00a601
Prevent duplicated key generation when serializing lights + RapidJSON backend. Fixes #420
2023-06-04 05:45:24 +09:00
Syoyo Fujita
350c296802
Merge pull request #418 from agnat/fix_get_file_size_bug
...
[Bugfix] Actually invoke the user-supplied function instead of subtracting from a pointer...
v2.8.9
2023-04-26 19:28:58 +09:00
David Siegel
cc93e1fd25
Fix: Actually invoke the user-supplied function
2023-04-26 12:13:41 +02:00
Syoyo Fujita
59cc44ad4f
Merge pull request #417 from syoyo/filesize-check
...
Fix to #416
v2.8.8
2023-04-23 23:15:07 +09:00
Syoyo Fujita
1a5046e06b
Fix MSVC compile failure on AppVeyor CI.
2023-04-23 23:08:41 +09:00
Syoyo Fujita
877d856e71
Format error message.
...
Add regression test of issue-416.
2023-04-23 21:47:31 +09:00
Syoyo Fujita
b534b6b0d8
Fix syntax.
2023-04-23 21:40:23 +09:00
Syoyo Fujita
ecfd37dee2
- Add GetFileSizeInBytes Filesystem Callback
...
- Add feature to limit file size for external resources(images, buffers)
- Use strlen to correctly retrieve a string from a string which contains multiple null-characters.
- Return fail when opening a directory(Posix only). Fixes #416
2023-04-23 21:31:30 +09:00