@gltf-transform/core
Advanced tools
Comparing version 0.12.13 to 0.12.14
{ | ||
"name": "@gltf-transform/core", | ||
"version": "0.12.13", | ||
"version": "0.12.14", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -43,3 +43,3 @@ "homepage": "https://gltf-transform.donmccurdy.com/", | ||
}, | ||
"gitHead": "24c09b23b1be836461bbc54a577e43dde852126a" | ||
"gitHead": "ae7e98b60c0fb214d4f01e130f3d9bc5b6bedb1b" | ||
} |
@@ -210,3 +210,3 @@ import { Format, GLB_BUFFER, VertexLayout } from '../constants'; | ||
const jsonText = JSON.stringify(json); | ||
const jsonChunkData = BufferUtils.pad( BufferUtils.encodeText(jsonText), 0x20 ); | ||
const jsonChunkData = BufferUtils.pad(BufferUtils.encodeText(jsonText), 0x20); | ||
const jsonChunkHeader = new Uint32Array([jsonChunkData.byteLength, 0x4E4F534A]).buffer; | ||
@@ -213,0 +213,0 @@ const jsonChunk = BufferUtils.concat([jsonChunkHeader, jsonChunkData]); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1280381