Difference between revisions of "Mesh:setPrimitiveType"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2019.12<br/> '''Class:''' Mesh<br/> === Description === Sets the type of primitive to render. <source lang="lua"> Mesh:setPrimiti...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Sets the type of primitive to render.
 
Sets the type of primitive to render.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Mesh:setPrimitiveType(primitiveType)
 
Mesh:setPrimitiveType(primitiveType)
</source>
+
</syntaxhighlight>
  
 
The primitive type can be any of these:
 
The primitive type can be any of these:

Latest revision as of 15:31, 13 July 2023