p.Chaos.Cloth.EnableCG
p.Chaos.Cloth.EnableCG
#Overview
name: p.Chaos.Cloth.EnableCG
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Use conjugate gradient instead of nonlinear gauss seidel [def: false]
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:73
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
bool bEnableCG = false;
static FAutoConsoleVariableRef CVarClothEnableCG(TEXT("p.Chaos.Cloth.EnableCG"), bEnableCG, TEXT("Use conjugate gradient instead of nonlinear gauss seidel [def: false]"));
bool bMakeSandwich = false;
static FAutoConsoleVariableRef CVarClothMakeSandwich(TEXT("p.Chaos.Cloth.MakeSandwich"), bMakeSandwich, TEXT("MakeSandwich solver of xpbd - Newton/GS [def: false]"));
int32 UpperBreadIters = 3;