diff options
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, |
