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.
 
Array< uintmLRARemap
 Maps old LRA index to new LRA index.
 
Array< uintmDihedralBendRemap
 Maps old dihedral bend index to new dihedral bend index.
 
Array< uintmVolumeRemap
 Maps old volume constraint index to new volume constraint index.
 
Array< uintmSkinnedRemap
 Maps old skinned constraint index to new skinned constraint index.
 

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.

◆ mLRARemap

Array<uint> SoftBodySharedSettings::OptimizationResults::mLRARemap

Maps old LRA index to new LRA index.

◆ mSkinnedRemap

Array<uint> SoftBodySharedSettings::OptimizationResults::mSkinnedRemap

Maps old skinned constraint index to new skinned constraint index.

◆ mVolumeRemap

Array<uint> SoftBodySharedSettings::OptimizationResults::mVolumeRemap

Maps old volume constraint index to new volume constraint index.


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