Difference between revisions of "Mesh:setCullMode"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Sets the mesh face culling mode. Useful for 3D, not so much for 2D ;-) .
 
Sets the mesh face culling mode. Useful for 3D, not so much for 2D ;-) .
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Mesh:setsetCullMode(cullmode)
 
Mesh:setsetCullMode(cullmode)
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023