Difference between revisions of "Mesh:setIndexArray"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
Mesh:setIndexArray(indices)
 
Mesh:setIndexArray(indices)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 19: Line 19:
 
-- same as above
 
-- same as above
 
mesh:setIndexArray{10, 11, 12}
 
mesh:setIndexArray{10, 11, 12}
</source>
+
</syntaxhighlight>
  
 
{{Mesh}}
 
{{Mesh}}

Latest revision as of 15:30, 13 July 2023