R3d.ConcaveMeshShape.new

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2019.10
Class: R3d.ConcaveMeshShape

Description

Creates a new collision concave mesh shape (fixture). <syntaxhighlight lang="lua"> r3d.ConcaveMeshShape.new(vertices,indices) </source>

Parameters

vertices: (table) the vertex array table
indices: (table) the index array table

Example

<syntaxhighlight lang="lua"> </source>