btBvhTriangleMeshShape_create

A function defined in GMBullet.yy

btBvhTriangleMeshShape_create(meshInterface, useQuantizedAabbCompression[, buildBvh])

Description

Creates a new instance of a Bullet BvhTriangleMeshShape.

Arguments

Name Type Description
meshInterface Pointer A pointer to the btStridingMeshInterface object representing the mesh.
useQuantizedAabbCompression Bool A boolean indicating whether to use quantized AABB compression.
buildBvh Bool A boolean indicating whether to build the BVH structure. Default is true.

Returns

Pointer A pointer to the created btBvhTriangleMeshShape object.


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