From b869ec72622f9f6a0a3025bde8c8ae1b2654bcc7 Mon Sep 17 00:00:00 2001 From: hoontee Date: Fri, 6 May 2022 20:51:46 -0500 Subject: Rename `CSGPrimitive3D.invert_faces` to `flip_faces` --- modules/csg/doc_classes/CSGPrimitive3D.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/csg/doc_classes') diff --git a/modules/csg/doc_classes/CSGPrimitive3D.xml b/modules/csg/doc_classes/CSGPrimitive3D.xml index 39f4fa320d..6ea413c991 100644 --- a/modules/csg/doc_classes/CSGPrimitive3D.xml +++ b/modules/csg/doc_classes/CSGPrimitive3D.xml @@ -11,8 +11,8 @@ $DOCS_URL/tutorials/3d/csg_tools.html - - Invert the faces of the mesh. + + If set, the order of the vertices in each triangle are reversed resulting in the backside of the mesh being drawn. -- cgit v1.2.3