Difference between revisions of "Mesh.new"

From GiderosMobile
(removed language stuff)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2015.04.04<br/>
'''<translate>Available since</translate>:''' Gideros 2015.04.04<br/>
+
'''Class:''' [[Mesh]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Mesh|Mesh]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Creates a new '''Mesh''' object.
Creates a new [[Special:MyLanguage/Mesh|Mesh]] object.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
Mesh.new(is3d)
+
Mesh.new(is3d)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''is3d''': (boolean) <translate>Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh</translate> '''optional'''<br/>
+
=== Parameters ===
 +
'''is3d''': (boolean) specifies that this mesh expects a Z coordinate in its vertex array and is thus a 3D mesh '''optional'''<br/>
  
 
{{Mesh}}
 
{{Mesh}}

Revision as of 22:18, 14 March 2021