PhysicsGeometryFilterContactPoints Property |
Whether to filter contact points.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool FilterContactPoints { get; set; }Property Value
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