R3d.ConcaveMeshShape.new
From GiderosMobile
Revision as of 00:52, 23 January 2020 by MoKaLux (talk | contribs) (Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.ConcaveMeshShape<br/> === Description === Creates a new collision concave mesh shape (fixture). <source lang=...")
Available since: Gideros 2019.10
Class: R3d.ConcaveMeshShape
Description
Creates a new collision concave mesh shape (fixture).
r3d.ConcaveMeshShape.new(vertices,indices)
Parameters
vertices: (table) the vertex array table
indices: (table) the index array table
Example