We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be665dd + 155aaff commit 9f05867Copy full SHA for 9f05867
doc/classes/PrimitiveMesh.xml
@@ -34,7 +34,7 @@
34
</member>
35
<member name="flip_faces" type="bool" setter="set_flip_faces" getter="get_flip_faces" default="false">
36
If set, the order of the vertices in each triangle are reversed resulting in the backside of the mesh being drawn.
37
- This gives the same result as using [constant BaseMaterial3D.CULL_BACK] in [member BaseMaterial3D.cull_mode].
+ This gives the same result as using [constant BaseMaterial3D.CULL_FRONT] in [member BaseMaterial3D.cull_mode].
38
39
<member name="material" type="Material" setter="set_material" getter="get_material">
40
The current [Material] of the primitive mesh.
0 commit comments