Specifies the contact ordering policy: the order in which contacts are handled by ComputeForces.

Enumeration Members

Enumeration Members

HYBRID: 4

chooses the contact with the most negative acceleration, except Joints are treated first in random order.

MIN_ACCEL: 1

chooses the contact with the most negative acceleration, treating Joints first.

PRE_ORDERED: 3

chooses contacts according to a pre-arranged ordering given by the 'preOrder' list of contact numbers, but treats Joints first

RANDOM: 2

chooses contacts in random order, but treats Joints first.

Generated using TypeDoc