btBoxShape_createXYZ

A function defined in GMBullet.yy

btBoxShape_createXYZ(halfExtentX, halfExtentY, halfExtentZ)

Description

Creates a box shape with the specified half extents in the X, Y, and Z dimensions.

Arguments

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.

Returns

Pointer A pointer to the newly created btBoxShape instance.


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