btRaycastVehicle_create

A function defined in GMBullet.yy

btRaycastVehicle_create(tuning, chassis, raycaster)

Description

Creates a btRaycastVehicle using the provided tuning, chassis rigid body, and raycaster.

Arguments

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.

Returns

Pointer A pointer to the newly created btRaycastVehicle.


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