Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
SoftBodySharedSettings::OptimizationResults Class Reference

Information about the optimization of the soft body, the indices of certain elements may have changed. More...

#include <SoftBodySharedSettings.h>

Public Attributes

Array< uintmEdgeRemap
 Maps old edge index to new edge index. More...
 
Array< uintmDihedralBendRemap
 Maps old dihedral bend index to new dihedral bend index. More...
 

Detailed Description

Information about the optimization of the soft body, the indices of certain elements may have changed.

Member Data Documentation

◆ mDihedralBendRemap

Array<uint> SoftBodySharedSettings::OptimizationResults::mDihedralBendRemap

Maps old dihedral bend index to new dihedral bend index.

◆ mEdgeRemap

Array<uint> SoftBodySharedSettings::OptimizationResults::mEdgeRemap

Maps old edge index to new edge index.


The documentation for this class was generated from the following file: