finally realized that bevy uses right handed coords

This commit is contained in:
2024-08-06 20:49:47 -04:00
parent 911cf8d5c3
commit a8409e5720
9 changed files with 42 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ impl Default for PhosCameraTargets {
fn default() -> Self {
Self {
height: Default::default(),
forward: Vec3::Z,
forward: Vec3::NEG_Z,
last_height: Default::default(),
anim_time: Default::default(),
rotate_time: Default::default(),