Fixed issue with some matrix, added rotate_camera(..)

This commit is contained in:
2025-11-30 17:26:57 +01:00
parent 4cc0c8c73e
commit c5d594c85b
4 changed files with 51 additions and 25 deletions

View File

@@ -19,6 +19,7 @@ Draw_Command :: struct {
mesh: Mesh,
material: Material,
position: [3]f32,
rotation: [3]f32,
scale: [3]f32,
// TODO: SS - Add rotation.
}