Meshes no longer cast shadows

This commit is contained in:
Jarrod Doyle 2024-08-10 12:31:20 +01:00
parent 9ef3a17e97
commit 1b661cbc7f
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ public partial class Mission : Node3D
var meshInstance = new MeshInstance3D var meshInstance = new MeshInstance3D
{ {
Mesh = arrMesh, Mesh = arrMesh,
CastShadow = GeometryInstance3D.ShadowCastingSetting.On
}; };
return meshInstance; return meshInstance;
} }