summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-10 15:15:12 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-10-10 15:15:12 -0400
commit41fd38a7d7300f33319b36db2df917d0cc4e9000 (patch)
treee3934ad4cd227e80bba34ae500ab7689a16f27d7 /src/static
parentf872f6b0f27401804e51e7ddbccf680aba8d535e (diff)
Add imgui debug menu with option to toggle debug wireframes
Diffstat (limited to 'src/static')
-rw-r--r--src/static/cube.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/static/cube.cpp b/src/static/cube.cpp
index 92c6274..2d9e6d7 100644
--- a/src/static/cube.cpp
+++ b/src/static/cube.cpp
@@ -24,13 +24,13 @@ IntrinsicShapeCube pkeIntrinsicsCube {
},
.uv = {
{0, 0},
+ {0, 1},
+ {1, 0},
+ {1, 1},
{0, 0},
- {0, 0},
- {0, 0},
- {0, 0},
- {0, 0},
- {0, 0},
- {0, 0},
+ {0, 1},
+ {1, 0},
+ {1, 1},
},
.index = {
0, 1, 2,