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 da7b96e commit 0690d6dCopy full SHA for 0690d6d
src/resources/parser/glb-parser.js
@@ -332,7 +332,8 @@ Object.assign(pc, function () {
332
values: values,
333
numComponents: attribute.num_components(),
334
componentSizeInBytes: componentSizeInBytes,
335
- storageType: storageType
+ storageType: storageType,
336
+ normalized: attribute.normalized()
337
};
338
339
@@ -350,7 +351,7 @@ Object.assign(pc, function () {
350
351
semantic: semantic,
352
components: attributeInfo.numComponents,
353
type: attributeInfo.storageType,
- normalize: semanticMap[attrib].normalize
354
+ normalize: attributeInfo.normalized
355
});
356
357
// store the info we'll need to copy this data into the vertex buffer
0 commit comments