make moons orbit prograde instead of retrograde

This commit is contained in:
yuni 2024-04-30 01:03:45 +02:00
parent 15bd02f6f8
commit cb59b8fc7f

View file

@ -554,7 +554,7 @@ fn spawn_entities(
0.0 0.0
}; };
} }
absolute_pos += nature::phase_dist_to_coords(phase_radians, r); absolute_pos += nature::phase_dist_to_coords(-phase_radians, r);
} }
let scale = Vec3::splat(if state.is_sun { let scale = Vec3::splat(if state.is_sun {
5.0 5.0