summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-08-22 16:15:40 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-08-22 16:15:40 -0400
commit77b548f0241aaecf9f53d31b436a99c80519f00b (patch)
treee21d5b031c2ca319dc75af87d26f45724a9e022a
parent7020fee4324588a6d22ed423515cec9053eef3db (diff)
pke: trailing commas in gltfs
-rw-r--r--assets/models/cube.gltf2
-rw-r--r--assets/models/plane.gltf2
-rw-r--r--assets/models/torus.gltf2
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
}
]
}