From bca4b65422d3560dbc31d744be4175f2dc768ba4 Mon Sep 17 00:00:00 2001 From: Darion Spaargaren Date: Mon, 30 May 2022 16:27:11 +0200 Subject: [PATCH] Rotate sky to correct orientation --- main_environment.tres | 1 + 1 file changed, 1 insertion(+) diff --git a/main_environment.tres b/main_environment.tres index 62f307b..8e7ff02 100644 --- a/main_environment.tres +++ b/main_environment.tres @@ -9,6 +9,7 @@ panorama = ExtResource( 1 ) resource_local_to_scene = true background_mode = 2 background_sky = SubResource( 1 ) +background_sky_orientation = Basis( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1 ) ambient_light_color = Color( 1, 1, 1, 1 ) tonemap_mode = 3 ssao_enabled = true