mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-12-25 05:08:21 -06:00
flip uvs
This commit is contained in:
parent
641e3c921c
commit
b0c47d8e82
|
@ -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