From 53210af9660d90774b981fe00b616ec53fb72f1b Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Tue, 12 Sep 2023 07:43:44 -0400 Subject: Try to smooth normals Something still seems off --- scenes/main.tscn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scenes') diff --git a/scenes/main.tscn b/scenes/main.tscn index 0f2600b..0bdb8b7 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -20,7 +20,8 @@ transform = Transform3D(1, 0, 0, 0, 0.805763, 0.592238, 0, -0.592238, 0.805763, script = ExtResource("2_ba28s") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] -transform = Transform3D(1, 0, 0, 0, -0.878192, 0.478309, 0, -0.478309, -0.878192, 0, 30, 0) +transform = Transform3D(1, 0, 0, 0, -0.878192, 0.478309, 0, -0.478309, -0.878192, 0, 50, 0) +light_energy = 2.0 [node name="MeshInstance3D" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 10, 0) -- cgit