Difference between revisions of "Mesh.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2015.04.04<br/>
+
'''Available since:''' Gideros 2015.04.04<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Mesh|Mesh]]<br/>
+
'''Class:''' [[Mesh]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Creates a new `Mesh` object.<br />
+
Creates a new '''Mesh''' object.
<br /></translate>
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
Mesh.new(is3d)
Mesh.new(is3d)
+
</syntaxhighlight>
</source>
+
 
=== <translate>Parameters</translate> ===
+
=== Parameters ===
'''is3d''': (boolean) <translate>Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh</translate> '''optional'''<br/>
+
'''is3d''': (boolean) specifies that this mesh expects a Z coordinate in its vertex array and is thus a 3D mesh '''optional'''<br/>
 +
 
 +
{{Mesh}}

Latest revision as of 15:31, 13 July 2023