diff options
| -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 } ] } |
