Panda3D
Public Member Functions | Static Public Member Functions

PhysxVehicle Class Reference

Inheritance diagram for PhysxVehicle:
PhysxObject TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

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.

Detailed Description

Definition at line 33 of file physxVehicle.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations