Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Physics/Body/Body.h>
#include <Jolt/Physics/Body/BodyManager.h>
#include <Jolt/Physics/PhysicsLock.h>
#include <Jolt/Core/Mutex.h>
Go to the source code of this file.
Classes | |
class | BodyLockInterface |
Base class interface for locking a body. Usually you will use BodyLockRead / BodyLockWrite / BodyLockMultiRead / BodyLockMultiWrite instead. More... | |
class | BodyLockInterfaceNoLock |
Implementation that performs no locking (assumes the lock has already been taken) More... | |
class | BodyLockInterfaceLocking |
Implementation that uses the body manager to lock the correct mutex for a body. More... | |