| MaterialPropertyCombinerMode Enumeration |
Defines how two coefficients are combined.
Namespace: DigitalRune.Physics.MaterialsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax Members
| Member name | Value | Description |
---|
| Add | 0 | Use the sum of the two coefficients. |
| Min | 1 | Use the minimum of the two coefficients. |
| Max | 2 | Use the maximum of the two coefficients. |
| ArithmeticMean | 3 | Use the arithmetic mean (average) of the two coefficients. |
| GeometricMean | 4 | Use the geometric mean of the two coefficients. |
| Multiply | 5 | Use the product of the two coefficients. |
See Also