Skip to content

Commit 5b31daa

Browse files
committed
remove bufferView -1
1 parent 478e91f commit 5b31daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/VRMExporterv0.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export default class VRMExporterv0 {
314314
meshDatas.push(new MeshData(new BufferAttribute(inverseBindMatrices, 16), WEBGL_CONST.FLOAT, MeshDataType.BIND_MATRIX, AccessorsType.MAT4, mesh.name, mesh.name));
315315
});
316316
outputAccessors.push(...meshDatas.map((meshData) => ({
317-
bufferView: -1,
317+
// bufferView: -1,
318318
byteOffset: 0,
319319
componentType: meshData.valueType,
320320
count: meshData.attribute.count,

0 commit comments

Comments
 (0)