R3d.ConvexMeshShape.new

From GiderosMobile
Revision as of 02: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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