btCompoundShape_create

A function defined in GMBullet.yy

btCompoundShape_create([enableDynamicAabbTree[, initialChildCapacity]])

Description

Creates a new instance of a compound shape in the Bullet Physics library, which can hold multiple child shapes.

Arguments

Name Type Description
enableDynamicAabbTree Bool Set to true to enable dynamic AABB (Axis-Aligned Bounding Box) tree updates for the compound shape. Defaults to true.
initialChildCapacity Real Specifies the initial capacity for child shapes within the compound shape. Defaults to 0.

Returns

Pointer A pointer to the created btCompoundShape object, a compound shape that can hold multiple child shapes.


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