Skip to content

Commit

Permalink
remove bufferView -1
Browse files Browse the repository at this point in the history
  • Loading branch information
memelotsqui committed Nov 9, 2023
1 parent 478e91f commit 5b31daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/VRMExporterv0.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default class VRMExporterv0 {
meshDatas.push(new MeshData(new BufferAttribute(inverseBindMatrices, 16), WEBGL_CONST.FLOAT, MeshDataType.BIND_MATRIX, AccessorsType.MAT4, mesh.name, mesh.name));
});
outputAccessors.push(...meshDatas.map((meshData) => ({
bufferView: -1,
// bufferView: -1,
byteOffset: 0,
componentType: meshData.valueType,
count: meshData.attribute.count,
Expand Down

0 comments on commit 5b31daa

Please sign in to comment.