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