A function defined in GMBullet.yy
btBoxShape_createXYZ(halfExtentX, halfExtentY, halfExtentZ)
Creates a box shape with the specified half extents in the X, Y, and Z dimensions.
Name | Type | Description |
---|---|---|
halfExtentX | Real |
The half extent along the X-axis. |
halfExtentY | Real |
The half extent along the Y-axis. |
halfExtentZ | Real |
The half extent along the Z-axis. |
Pointer
A pointer to the newly created btBoxShape instance.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.