From 41fd38a7d7300f33319b36db2df917d0cc4e9000 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 10 Oct 2023 15:15:12 -0400 Subject: Add imgui debug menu with option to toggle debug wireframes --- src/static/cube.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/static') 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, -- cgit v1.2.3