Ver código fonte

Merge pull request #48246 from madmiraal/fix-24111-3.x

[3.x] Update CSGMesh's documentation to explain how vertex normals are used
Rémi Verschelde 4 anos atrás
pai
commit
94235fad03
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      modules/csg/doc_classes/CSGMesh.xml

+ 1 - 0
modules/csg/doc_classes/CSGMesh.xml

@@ -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>