MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ BoundsMode

How particles behave at spatial bounds.

Enumerator
NONE 

No bounds checking.

BOUNCE 

Reflect off boundaries with damping.

WRAP 

Teleport to opposite side.

CLAMP 

Stop at boundary.

Definition at line 63 of file PhysicsOperator.hpp.

63 : uint8_t {
64 NONE, ///< No bounds checking
65 BOUNCE, ///< Reflect off boundaries with damping
66 WRAP, ///< Teleport to opposite side
67 CLAMP ///< Stop at boundary
68 };
@ BOUNCE
Reflect off boundaries with damping.