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: 19.00.00
Syntax
C#
public FrictionMaterialReference FrictionMaterial { get; set; }

Property Value

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