Difference between revisions of "Mesh.new"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2015.04.04<br/> | + | '''<translate>Available since</translate>:''' Gideros 2015.04.04<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Creates a new [[Special:MyLanguage/Mesh|Mesh]] object.<br /> | Creates a new [[Special:MyLanguage/Mesh|Mesh]] object.<br /> | ||
Line 8: | Line 8: | ||
Mesh.new(is3d) | Mesh.new(is3d) | ||
</source> | </source> | ||
− | === Parameters === | + | === <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/> | '''is3d''': (boolean) <translate>Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh</translate> '''optional'''<br/> |
Revision as of 07:30, 24 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