Port atmosphere

This commit is contained in:
Jan Hohenheim 2025-07-12 02:37:50 +02:00
parent 0fc670fbd4
commit f695bef4c7
No known key found for this signature in database

View File

@ -110,7 +110,7 @@ fn setup_terrain_scene(
),
Transform::from_xyz(-1.0, 0.0, -0.5)
.with_scale(Vec3::splat(0.5))
.with_rotation(Quat::from_rotation_y(PI / 2.0)),
.with_rotation(Quat::from_rotation_y(-PI / 2.0)),
));
}