We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aa9ce commit 3a3ea03Copy full SHA for 3a3ea03
1 file changed
examples/jsm/loaders/EXRLoader.js
@@ -2357,8 +2357,9 @@ class EXRLoader extends DataTextureLoader {
2357
2358
return parseTimecode( dataView, offset );
2359
2360
- } else if ( type === 'preview' ) {
+ } else if ( type === 'preview' || type === 'deepImageState' || type === 'idmanifest' ) {
2361
2362
+ // Known metadata-only types: silently skip, they carry no pixel data.
2363
offset.value += size;
2364
return 'skipped';
2365
0 commit comments