From 5b31daa736f5547a8ca1371ecad340fb23628387 Mon Sep 17 00:00:00 2001 From: memelotsqui Date: Thu, 9 Nov 2023 11:44:42 -0600 Subject: [PATCH] remove bufferView -1 --- src/library/VRMExporterv0.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/VRMExporterv0.js b/src/library/VRMExporterv0.js index e7a7e3c5..14a12051 100644 --- a/src/library/VRMExporterv0.js +++ b/src/library/VRMExporterv0.js @@ -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,