diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-12 07:43:44 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-12 07:43:44 -0400 |
commit | 53210af9660d90774b981fe00b616ec53fb72f1b (patch) | |
tree | 95c64db1def1cebe998874234c4f81341412d8b6 /scenes | |
parent | 4f1c7a600bc3f5b6210b0b2a16c45d22c9fd5e15 (diff) |
Try to smooth normals
Something still seems off
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/main.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
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) |