From bf4be327ed2a805ab46f23d9c07e4ba2ff8a99e5 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 19 Mar 2024 22:29:27 +0100 Subject: [PATCH] rotate jupiter to see the eye --- src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.rs b/src/world.rs index a8fef4f..7144603 100644 --- a/src/world.rs +++ b/src/world.rs @@ -283,7 +283,7 @@ pub fn setup( 0.0, 500000.0, ), - rotation: Quat::from_rotation_y(PI * 0.0), + rotation: Quat::from_rotation_y(PI * -1.40), scale: Vec3::splat(JUPITER_SIZE), }, scene: asset_server.load(ASSET_JUPITER),