diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-22 16:15:40 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-22 16:15:40 -0400 |
| commit | 77b548f0241aaecf9f53d31b436a99c80519f00b (patch) | |
| tree | e21d5b031c2ca319dc75af87d26f45724a9e022a /assets | |
| parent | 7020fee4324588a6d22ed423515cec9053eef3db (diff) | |
pke: trailing commas in gltfs
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/models/cube.gltf | 2 | ||||
| -rw-r--r-- | assets/models/plane.gltf | 2 | ||||
| -rw-r--r-- | 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 } ] } |
