Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine > API/Plugins/ChaosFleshEngine/ChaosFlesh
References
| Module | ChaosFleshEngine |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableSolverComponent.h |
| Include | #include "ChaosFlesh/ChaosDeformableSolverComponent.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FSolverGaussSeidelConstraintsGroup
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseGaussSeidelConstraints | Enable the Gauss Seidel solver instead of the existing XPBD. | |
| bool | bUseGSNeohookean | Enable another model that runs simulation faster. | |
| bool | bUseSOR | Enable acceleration technique for Gauss Seidel solver to make simulation look better within a limited budget. | |
| float | OmegaSOR | Acceleration related parameter. Tune it down if simulation becomes unstable. |