Click or drag to resize
DigitalRuneMaterialPropertyCombinerMode Enumeration
Defines how two coefficients are combined.

Namespace: DigitalRune.Physics.Materials
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public enum Mode
Members
  Member nameValueDescription
Add0Use the sum of the two coefficients.
Min1Use the minimum of the two coefficients.
Max2Use the maximum of the two coefficients.
ArithmeticMean3Use the arithmetic mean (average) of the two coefficients.
GeometricMean4Use the geometric mean of the two coefficients.
Multiply5Use the product of the two coefficients.
See Also