Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/Reference.h>
#include <Jolt/Core/Result.h>
#include <Jolt/Physics/Body/BodyCreationSettings.h>
#include <Jolt/Physics/Constraints/TwoBodyConstraint.h>
#include <Jolt/Skeleton/Skeleton.h>
#include <Jolt/Skeleton/SkeletonPose.h>
#include <Jolt/Physics/EActivation.h>
Go to the source code of this file.
Classes | |
class | RagdollSettings |
Contains the structure of a ragdoll. More... | |
class | RagdollSettings::Part |
A single rigid body sub part of the ragdoll. More... | |
class | RagdollSettings::AdditionalConstraint |
A constraint that connects two bodies in a ragdoll (for non parent child related constraints) More... | |
class | Ragdoll |
Runtime ragdoll information. More... | |