Merge pull request #48245 from madmiraal/fix-24111

Update CSGMesh3D's documentation to explain how vertex normals are used
This commit is contained in:
Rémi Verschelde 2021-04-27 23:04:59 +02:00 committed by GitHub
commit 1c2766e240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
</member>
<member name="mesh" type="Mesh" setter="set_mesh" getter="get_mesh">
The [Mesh] resource to use as a CSG shape.
[b]Note:[/b] When using an [ArrayMesh], avoid meshes with vertex normals unless a flat shader is required. By default, CSGMesh will ignore the mesh's vertex normals and use a smooth shader calculated using the faces' normals. If a flat shader is required, ensure that all faces' vertex normals are parallel.
</member>
</members>
<constants>