p.Chaos.Cloth.ReplaceBiasElementsWithCorotatedCod
p.Chaos.Cloth.ReplaceBiasElementsWithCorotatedCod
#Overview
name: p.Chaos.Cloth.ReplaceBiasElementsWithCorotatedCod
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Replace existing aniso bias element constraint with gauss seidel corotated codimensional [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:61
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
bool bReplaceBiasElementsWithCorotatedCod = false;
static FAutoConsoleVariableRef CVarClothReplaceBiasElementsWithCorotatedCod(TEXT("p.Chaos.Cloth.ReplaceBiasElementsWithCorotatedCod"), bReplaceBiasElementsWithCorotatedCod, TEXT("Replace existing aniso bias element constraint with gauss seidel corotated codimensional [def: false]"));
Softs::FSolverReal YoungsModulus = 10000.f;
static FAutoConsoleVariableRef CVarClothYoungsModulus(TEXT("p.Chaos.Cloth.YoungsModulus"), YoungsModulus, TEXT("Youngs modulus [def: 1e4]"));
bool bClothDoQuasistatics = false;