Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/Reference.h>
#include <Jolt/Core/NonCopyable.h>
#include <Jolt/Physics/Body/BodyID.h>
#include <Jolt/Physics/Collision/Shape/Shape.h>
#include <Jolt/Physics/Collision/Shape/SubShapeID.h>
#include <Jolt/Physics/Collision/PhysicsMaterial.h>
Go to the source code of this file.
Classes | |
class | CharacterBaseSettings |
Base class for configuration of a character. More... | |
class | CharacterBase |
Base class for character class. More... | |