From 77b548f0241aaecf9f53d31b436a99c80519f00b Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 22 Aug 2025 16:15:40 -0400 Subject: pke: trailing commas in gltfs --- assets/models/cube.gltf | 2 +- assets/models/plane.gltf | 2 +- assets/models/torus.gltf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/models/cube.gltf b/assets/models/cube.gltf index c4ad912..79e1ecb 100644 --- a/assets/models/cube.gltf +++ b/assets/models/cube.gltf @@ -28,7 +28,7 @@ "NORMAL":1, "TEXCOORD_0":2 }, - "indices":3, + "indices":3 } ] } diff --git a/assets/models/plane.gltf b/assets/models/plane.gltf index d64b04b..8822ad7 100644 --- a/assets/models/plane.gltf +++ b/assets/models/plane.gltf @@ -28,7 +28,7 @@ "NORMAL":1, "TEXCOORD_0":2 }, - "indices":3, + "indices":3 } ] } diff --git a/assets/models/torus.gltf b/assets/models/torus.gltf index 1131513..d8ce9c5 100644 --- a/assets/models/torus.gltf +++ b/assets/models/torus.gltf @@ -28,7 +28,7 @@ "NORMAL":1, "TEXCOORD_0":2 }, - "indices":3, + "indices":3 } ] } -- cgit v1.2.3