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 0d41281 commit 418d5dcCopy full SHA for 418d5dc
src/resources/parser/glb-parser.js
@@ -254,7 +254,8 @@ Object.assign(pc, function () {
254
vertexDesc.push({
255
semantic: semantic,
256
components: getNumComponents(accessor.type),
257
- type: getComponentType(accessor.componentType)
+ type: getComponentType(accessor.componentType),
258
+ normalize: accessor.normalized
259
});
260
// store the info we'll need to copy this data into the vertex buffer
261
var size = getNumComponents(accessor.type) * getComponentSizeInBytes(accessor.componentType);
0 commit comments