DOMPhysicsCombineMode

From Virtual World Web Wiki
Jump to: navigation, search

Specifies how the friction of two colliding objects is combined. Used by DOMCollider nodes.

Remarks [edit]

Enum Values

Average = 0
The two friction values are averaged.
Minimum = 1
The smallest of the two values is used.
Multiply = 2
The largest of the two values is used.
Maximum = 3
The friction values are multiplied with each other.