rotateTowards, key store, camera faces Z-, CCW frontface

This commit is contained in:
duck
2025-05-28 01:22:18 +05:00
parent 1e454ba428
commit 5fc8358aa7
9 changed files with 183 additions and 101 deletions

View File

@@ -189,7 +189,7 @@ pub fn create() GameError!Self {
.camera = Camera{
.transform = Transform{
.position = .{ 0.0, 0.0, -4.0 },
.position = .{ 0.0, 0.0, 4.0 },
},
.near = 1.0,
.far = 1024.0,