Difference between revisions of "Mesh.new"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.04.04<br/> === Description === <br /> Creates a new `Mesh` object.<br /> <br /> <source lang="lua"> = Mesh.new(is3d,) </source> '...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Mesh.new(is3d) | |
</source> | </source> | ||
− | '''is3d | + | '''is3d''': (boolean) Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh '''optional'''<br/> |
Revision as of 10:16, 23 August 2018
Available since: Gideros 2015.04.04
Description
Creates a new `Mesh` object.
Mesh.new(is3d)
is3d: (boolean) Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh optional