p.Chaos.Cloth.EnableGaussSeidel

p.Chaos.Cloth.EnableGaussSeidel

#Overview

name: p.Chaos.Cloth.EnableGaussSeidel

This variable is created as a Console Variable (cvar).

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:45

Scope (from outer to inner):

file
namespace    Chaos

Source code excerpt:


#if !UE_BUILD_SHIPPING
    static FAutoConsoleVariableRef CVarClothbEnableGS(TEXT("p.Chaos.Cloth.EnableGaussSeidel"), bEnableGS, TEXT("Use Gauss Seidel constraints instead of XPBD [def: false]"));

	bool bDisplayResidual = false;

	static FAutoConsoleVariableRef CVarClothbDisplayResidual(TEXT("p.Chaos.Cloth.DisplayResidual"), bDisplayResidual, TEXT("Diplay residual norms for the first 10 iters [def: false]"));

	int32 MaxResidualIters = 10;