Click or drag to resize

PhysicsGeometryFrictionMaterial Property

The friction material for the collision geometry.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public FrictionMaterialReference FrictionMaterial { get; set; }

Property Value

Type: FrictionMaterialReference
Remarks
When two physics bodies collide, the Coulomb friction coefficient is determined from the colliding geometries' friction materials.
See Also