Table of Contents

Enum PhysicsMaterialCombine

Namespace
Gravitas.Materials
Assembly
Gravitas.dll

Defines how two deterministic scalar material coefficients are combined for one contact pair.

public enum PhysicsMaterialCombine

Fields

Average = 2

Uses the arithmetic mean of the two contacting surfaces.

GeometricMean = 4

Uses the square root of the product of the two contacting surfaces.

Maximum = 1

Uses the higher coefficient from the two contacting surfaces.

Minimum = 0

Uses the lower coefficient from the two contacting surfaces.

Multiply = 3

Multiplies the two contacting surface coefficients.