Inverse matrix improvements, scaled matrices

This commit is contained in:
duck
2025-05-21 10:59:07 +05:00
parent 44cdf71745
commit 6239a59b5f
3 changed files with 47 additions and 32 deletions

View File

@@ -227,7 +227,9 @@ pub fn create() GameError!Self {
.far = 1024.0,
.lens = .{ 0.5 * 16.0 / 9.0, 0.5 },
},
.mesh_transform = Transform{},
.mesh_transform = Transform{
.scale = .{ 1.0, 1.5, 2.0 },
},
};
}