mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
flip uvs
This commit is contained in:
parent
6e9e3fa445
commit
85c64c9064
|
@ -79,10 +79,10 @@ const CROSS_FACE_INDICES: [u32; 12] = [
|
||||||
|
|
||||||
|
|
||||||
const UV_COORDS: [[f32; 2]; 4] = [
|
const UV_COORDS: [[f32; 2]; 4] = [
|
||||||
[0., 0.],
|
|
||||||
[0., 1.],
|
[0., 1.],
|
||||||
[1., 0.],
|
[0., 0.],
|
||||||
[1., 1.],
|
[1., 1.],
|
||||||
|
[1., 0.],
|
||||||
];
|
];
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
|
|
Loading…
Reference in a new issue