btCompoundShape_addChildShape

A function defined in GMBullet.yy

btCompoundShape_addChildShape(compoundShape, localTransform, shape)

Description

Adds a child shape to the btCompoundShape with a specified local transform.

Arguments

Name Type Description
compoundShape Pointer A pointer to the btCompoundShape object.
localTransform Pointer A pointer to the btTransform object representing the local transform of the child shape.
shape Pointer A pointer to the child shape (btCollisionShape) to be added.

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