|
SuperDex Physics C++ API
|
Parameters controlling recentering behavior for soft actors (not soft-skinned). More...
#include <mochi_structs.h>
Public Attributes | |
| real | rotationEpsilonDeg = 0_r |
| Minimum rotation threshold [degrees] to apply recentering. | |
| real | translationEpsilon = 0_r |
| Minimum translation threshold [m] to apply recentering. | |
| bool | useRecentering = true |
| Whether recentering is enabled. | |
Parameters controlling recentering behavior for soft actors (not soft-skinned).
Recentering automatically updates the root transform as the actor's "rigid pivot" (typically near the center of mass) moves, with corresponding adjustments to local-space coordinates.
Definition at line 68 of file mochi_structs.h.
| real superdex::RecenteringParams::rotationEpsilonDeg = 0_r |
Minimum rotation threshold [degrees] to apply recentering.
Definition at line 71 of file mochi_structs.h.
| real superdex::RecenteringParams::translationEpsilon = 0_r |
Minimum translation threshold [m] to apply recentering.
Definition at line 73 of file mochi_structs.h.
| bool superdex::RecenteringParams::useRecentering = true |
Whether recentering is enabled.
Definition at line 69 of file mochi_structs.h.