Click or drag to resize

SceneVisualSortConveyorContacts Property

If enabled then contact points for collisions involving a conveyor are sorted into a clockwise or counterclockwise ordering before being passed to an OnProcessContact event handler. This may be necessary when using certain physics engines with old models or catalog items that were designed with ODE in mind.

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

Property Value

Type: Boolean
See Also