Difference between revisions of "Mesh.new"
From GiderosMobile
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
<translate><br /> | <translate><br /> | ||
− | Creates a new [[Mesh]] object.<br /> | + | Creates a new [[Special:MyLanguage/Mesh|Mesh]] object.<br /> |
<br /></translate> | <br /></translate> | ||
<source lang="lua"> | <source lang="lua"> |
Revision as of 16:33, 23 August 2018
Available since: Gideros 2015.04.04
Description
Creates a new Mesh object.
Mesh.new(is3d)
Parameters
is3d: (boolean) Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh optional