p.Chaos.Cloth.UseSOR
p.Chaos.Cloth.UseSOR
#Overview
name: p.Chaos.Cloth.UseSOR
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Use SOR acceleration for Gauss Seidel [def: true]
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothConstraints.cpp:93
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
bool bUseSOR = true;
static FAutoConsoleVariableRef CVarClothUseSOR(TEXT("p.Chaos.Cloth.UseSOR"), bUseSOR, TEXT("Use SOR acceleration for Gauss Seidel [def: true]"));
Softs::FSolverReal SOROmega = 1.7f;
static FAutoConsoleVariableRef CVarClothSOROmega(TEXT("p.Chaos.Cloth.SOROmega"), SOROmega, TEXT("SOR omega coefficient for acceleration [def: 1.7]"));
#endif