btTriangleMesh_addTriangleIndices

A function defined in GMBullet.yy

btTriangleMesh_addTriangleIndices(triangleMesh, index1, index2, index3)

Description

Adds triangle indices to the Bullet triangle mesh.

Arguments

Name Type Description
triangleMesh Pointer A pointer to the btTriangleMesh object.
index1 Real Index of the first vertex in the triangle.
index2 Real Index of the second vertex in the triangle.
index3 Real Index of the third vertex in the triangle.

Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.