This commit is contained in:
griffi-gh 2024-05-06 17:19:11 +02:00
parent 6e9e3fa445
commit 85c64c9064

View file

@ -79,10 +79,10 @@ const CROSS_FACE_INDICES: [u32; 12] = [
const UV_COORDS: [[f32; 2]; 4] = [
[0., 0.],
[0., 1.],
[1., 0.],
[0., 0.],
[1., 1.],
[1., 0.],
];
#[derive(Default)]