![]() |
Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/Reference.h>#include <Jolt/Physics/Collision/PhysicsMaterial.h>#include <Jolt/Core/StreamUtils.h>Go to the source code of this file.
Classes | |
| class | SoftBodySharedSettings |
| class | SoftBodySharedSettings::OptimizationResults |
| Information about the optimization of the soft body, the indices of certain elements may have changed. More... | |
| struct | SoftBodySharedSettings::Vertex |
| A vertex is a particle, the data in this structure is only used during creation of the soft body and not during simulation. More... | |
| struct | SoftBodySharedSettings::Face |
| A face defines the surface of the body. More... | |
| struct | SoftBodySharedSettings::Edge |
| An edge keeps two vertices at a constant distance using a spring: |x1 - x2| = rest length. More... | |
| struct | SoftBodySharedSettings::Volume |
| Volume constraint, keeps the volume of a tetrahedron constant. More... | |