diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3da3d90..1f5d3a2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -61,7 +61,14 @@ void run() { {0.5f, -0.5f, -0.5f}, {0.5f, 0.5f, -0.5f}, {-0.5f, 0.5f, -0.5f} - }, { + }, + { + {-0.5f, -0.5f}, {0.5f, 0.5f}, + {-0.5f, 0.5f}, {0.5f, 0.5f}, + {0.5f, -0.5f}, {0.5f, 0.5f}, + {-0.5f, -0.5f}, {-0.5f, 0.5f} + }, + { 0, 1, 2, 2, 3, 0, 1, 5, 6, 6, 2, 1, 7, 6, 5, 5, 4, 7, |
