summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2023-06-21 08:55:40 -0700
committer3gg <3gg@shellblade.net>2023-06-21 08:55:40 -0700
commitb03a00b89fd53874b22292cd94ae540451ebb242 (patch)
tree4e8b20410a2aacd7f788f4d2af8924db44eee45b
parent6374541fa21c7a2d15ebfe2e99a460097d86d9ae (diff)
Formatting.
-rw-r--r--gltfview/src/plugins/gltf_view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gltfview/src/plugins/gltf_view.c b/gltfview/src/plugins/gltf_view.c
index 511c2e8..c3457a8 100644
--- a/gltfview/src/plugins/gltf_view.c
+++ b/gltfview/src/plugins/gltf_view.c
@@ -10,14 +10,14 @@
10#include <stdlib.h> 10#include <stdlib.h>
11 11
12// Paths to various scene files. 12// Paths to various scene files.
13/*static const char* BOX = "/assets/models/box.gltf"; 13static const char* BOX = "/assets/models/box.gltf";
14static const char* SUZANNE = "/assets/models/suzanne.gltf"; 14static const char* SUZANNE = "/assets/models/suzanne.gltf";
15static const char* SPONZA = 15static const char* SPONZA =
16 "/assets/glTF-Sample-Models/2.0/Sponza/glTF/Sponza.gltf"; 16 "/assets/glTF-Sample-Models/2.0/Sponza/glTF/Sponza.gltf";
17static const char* FLIGHT_HELMET = 17static const char* FLIGHT_HELMET =
18 "/assets/glTF-Sample-Models/2.0/FlightHelmet/glTF/FlightHelmet.gltf"; 18 "/assets/glTF-Sample-Models/2.0/FlightHelmet/glTF/FlightHelmet.gltf";
19static const char* DAMAGED_HELMET = 19static const char* DAMAGED_HELMET =
20 "/assets/glTF-Sample-Models/2.0/DamagedHelmet/glTF/DamagedHelmet.gltf";*/ 20 "/assets/glTF-Sample-Models/2.0/DamagedHelmet/glTF/DamagedHelmet.gltf";
21static const char* GIRL = 21static const char* GIRL =
22 "/home/jeanne/Nextcloud/assets/models/girl/girl-with-ground.gltf"; 22 "/home/jeanne/Nextcloud/assets/models/girl/girl-with-ground.gltf";
23 23