![]() |
Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Jolt.h>#include <Jolt/RegisterTypes.h>#include <Jolt/Core/Factory.h>#include <Jolt/Core/RTTI.h>#include <Jolt/Physics/Collision/CollisionDispatch.h>#include <Jolt/Physics/Collision/Shape/TriangleShape.h>#include <Jolt/Physics/Collision/Shape/SphereShape.h>#include <Jolt/Physics/Collision/Shape/BoxShape.h>#include <Jolt/Physics/Collision/Shape/CapsuleShape.h>#include <Jolt/Physics/Collision/Shape/TaperedCapsuleShape.h>#include <Jolt/Physics/Collision/Shape/CylinderShape.h>#include <Jolt/Physics/Collision/Shape/ScaledShape.h>#include <Jolt/Physics/Collision/Shape/MeshShape.h>#include <Jolt/Physics/Collision/Shape/ConvexHullShape.h>#include <Jolt/Physics/Collision/Shape/HeightFieldShape.h>#include <Jolt/Physics/Collision/Shape/RotatedTranslatedShape.h>#include <Jolt/Physics/Collision/Shape/OffsetCenterOfMassShape.h>#include <Jolt/Physics/Collision/Shape/MutableCompoundShape.h>#include <Jolt/Physics/Collision/Shape/StaticCompoundShape.h>#include <Jolt/Physics/Collision/PhysicsMaterialSimple.h>Functions | |
| JPH_NAMESPACE_BEGIN void | RegisterTypes () |
| Register all physics types with the factory. More... | |
| void | UnregisterTypes () |
| Unregisters all types with the factory and cleans up the default material. More... | |
| JPH_NAMESPACE_BEGIN void RegisterTypes | ( | ) |
Register all physics types with the factory.
| void UnregisterTypes | ( | ) |
Unregisters all types with the factory and cleans up the default material.