Difference between revisions of "R3d.ConvexMeshShape.new"
From GiderosMobile
(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...") |
(No difference)
|
Revision as of 02:29, 23 January 2020
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