Panda3D
|
Public Member Functions | |
void | create (PhysxScene *scene, PhysxVehicleDesc &desc) |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
void | ls () const |
void | ls (ostream &out, int indent_level=0) const |
void | release () |
Destroys this vehicle. | |
void | update_vehicle (float dt) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
Definition at line 33 of file physxVehicle.h.
static void PhysxVehicle::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from PhysxObject.
Definition at line 68 of file physxVehicle.h.
References PhysxObject::init_type().
void PhysxVehicle::release | ( | ) |
Destroys this vehicle.
Definition at line 46 of file physxVehicle.cxx.