Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/ObjectStream/SerializableObject.h>
#include <Jolt/Core/StreamIn.h>
#include <Jolt/Core/StreamOut.h>
#include <Jolt/Renderer/DebugRenderer.h>
Go to the source code of this file.
Classes | |
class | VehicleControllerSettings |
Basic settings object for interface that controls acceleration / deceleration of the vehicle. More... | |
class | VehicleController |
Runtime data for interface that controls acceleration / deceleration of the vehicle. More... | |