RadialCloth.Optimization

public RADIALOPTIMIZATION Optimization;

[Description]

Class containing properties that optimize RadialCloth.

[Properties]

Name

Type

Description

RadialDelay

int

Delays Radial-based simulation by # of frames.

NeighborDelay

int

Delays Neighbor-based simulation by # of frames.

RadialMultiplier

float

Fakes simulation by multiplying this by the vertex's current velocity. 0 = no faking, 1 = full faking. Radial-based Only.

NeighborMultiplier

float

Fakes simulation by multiplying this by the vertex's current velocity. 0 = no faking, 1 = full faking. Neighbor-based Only.

RecalculateNormals

bool

If true, recalculates normals to correctly account for bends in the mesh. If false, cloth will retain it's original normals during simulation.

PauseWhenOffscreen

bool

If true, pauses cloth simulation when Renderer.isVisible() throws false.