Difference between revisions of "Mesh.new"

From GiderosMobile
Line 8: Line 8:
 
  Mesh.new(is3d)
 
  Mesh.new(is3d)
 
</source>
 
</source>
 +
=== Parameters ===
 
'''is3d''': (boolean) Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh '''optional'''<br/>
 
'''is3d''': (boolean) Specifies that this mesh expect Z coordinate in its vertex array and is thus a 3D mesh '''optional'''<br/>

Revision as of 11:40, 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