Click or drag to resize

PhysicsGeometryFilterContactPoints Property

Whether to filter contact points.

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

Property Value

Type: Boolean
Remarks
This is currently only relevant when applied to collision geometry used by curve conveyors. For certain configurations we use approximate collision geometry for the belt/rollers. Enabling contact filtering will cause the movement surface to discard contact points that fall outside the region occupied by the real belt center geometry.
See Also