Save screen scaling changes (#16)

This commit is contained in:
Stuart Irwin
2024-03-17 14:22:18 -07:00
committed by GitHub
parent bc78450c6a
commit 271e037692

View File

@@ -161,6 +161,7 @@ impl OverlayState {
}
let scale = self.transform.x_axis.length();
self.saved_scale = Some(scale);
let col_z = (self.transform.translation - hmd.translation).normalize();
let col_y = up_dir;