Meshes no longer cast shadows
This commit is contained in:
parent
9ef3a17e97
commit
1b661cbc7f
|
@ -280,7 +280,6 @@ public partial class Mission : Node3D
|
|||
var meshInstance = new MeshInstance3D
|
||||
{
|
||||
Mesh = arrMesh,
|
||||
CastShadow = GeometryInstance3D.ShadowCastingSetting.On
|
||||
};
|
||||
return meshInstance;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue