Difference between revisions of "R3d.ConcaveMeshShape.new"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 6: | Line 6: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
r3d.ConcaveMeshShape.new(vertices,indices) | r3d.ConcaveMeshShape.new(vertices,indices) | ||
| − | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === | ||
| Line 13: | Line 13: | ||
=== Example === | === Example === | ||
| + | '''TODO''' | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
| − | </ | + | </syntaxhighlight> |
{{R3d.ConcaveMeshShape}} | {{R3d.ConcaveMeshShape}} | ||
Latest revision as of 02:59, 19 December 2025
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
TODO