A function defined in GMBullet.yy
btRaycastVehicle_create(tuning, chassis, raycaster)
Creates a btRaycastVehicle using the provided tuning, chassis rigid body, and raycaster.
Name | Type | Description |
---|---|---|
tuning | Pointer |
A pointer to the btVehicleTuning object. |
chassis | Pointer |
A pointer to the btRigidBody that represents the chassis of the vehicle. |
raycaster | Pointer |
A pointer to the btVehicleRaycaster to be used for raycasting in the vehicle. |
Pointer
A pointer to the newly created btRaycastVehicle.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.