diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-11 22:43:42 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-11 22:43:42 -0400 |
commit | 4f1c7a600bc3f5b6210b0b2a16c45d22c9fd5e15 (patch) | |
tree | 83cccd8ec912e8412ad2d6a7eb1224034287fe95 /materials | |
parent | 1e694fce7e4ba915861a5be543e40667b9da44ed (diff) |
Get normal generation working
Normals do seem a bit buggy, so likely needs more tweaking
Diffstat (limited to 'materials')
-rw-r--r-- | materials/terrain.tres | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/materials/terrain.tres b/materials/terrain.tres index f8d2b6a..bcfee7c 100644 --- a/materials/terrain.tres +++ b/materials/terrain.tres @@ -1,3 +1,4 @@ [gd_resource type="StandardMaterial3D" format=3 uid="uid://uiwp0gpofjrx"] [resource] +vertex_color_use_as_albedo = true |