diff options
author | 3gg <3gg@shellblade.net> | 2023-06-21 08:55:40 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-06-21 08:55:40 -0700 |
commit | b03a00b89fd53874b22292cd94ae540451ebb242 (patch) | |
tree | 4e8b20410a2aacd7f788f4d2af8924db44eee45b /gltfview | |
parent | 6374541fa21c7a2d15ebfe2e99a460097d86d9ae (diff) |
Formatting.
Diffstat (limited to 'gltfview')
-rw-r--r-- | gltfview/src/plugins/gltf_view.c | 4 |
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"; | 13 | static const char* BOX = "/assets/models/box.gltf"; |
14 | static const char* SUZANNE = "/assets/models/suzanne.gltf"; | 14 | static const char* SUZANNE = "/assets/models/suzanne.gltf"; |
15 | static const char* SPONZA = | 15 | static 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"; |
17 | static const char* FLIGHT_HELMET = | 17 | static 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"; |
19 | static const char* DAMAGED_HELMET = | 19 | static 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"; |
21 | static const char* GIRL = | 21 | static 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 | ||