diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-10 15:15:12 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-10 15:15:12 -0400 |
| commit | 41fd38a7d7300f33319b36db2df917d0cc4e9000 (patch) | |
| tree | e3934ad4cd227e80bba34ae500ab7689a16f27d7 /src/static/cube.cpp | |
| parent | f872f6b0f27401804e51e7ddbccf680aba8d535e (diff) | |
Add imgui debug menu with option to toggle debug wireframes
Diffstat (limited to 'src/static/cube.cpp')
| -rw-r--r-- | src/static/cube.cpp | 12 |
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, |
