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 7985345 commit 5f9ab1eCopy full SHA for 5f9ab1e
src/base/I3DMLoaderBase.js
@@ -57,7 +57,7 @@ export class I3DMLoaderBase {
57
const batchTableBinaryByteLength = dataView.getUint32( 24, true );
58
59
// 4 bytes
60
- const gltfFormat = dataView.getUint32( 28, true )
+ const gltfFormat = dataView.getUint32( 28, true );
61
62
// Feature Table
63
const featureTableStart = 32;
0 commit comments