|
Rapier C — 3D / f32 0.36.0+c.0
|
Cluster and proxy remapping after a soft-body split. More...
#include <rapier.h>
Data Fields | |
| uint32_t | source_cluster |
| Original cluster index before splitting. | |
| struct R3SoftBodyHandle | soft_body |
| Resulting soft-body handle. | |
| uint32_t | cluster |
| Cluster index within its soft body. | |
| struct R3RigidBodyHandle | proxy |
| Cluster rigid-proxy body handle. | |
| R3Bool | keeps_proxy |
| Whether this split retains the original proxy. | |
Cluster and proxy remapping after a soft-body split.
| uint32_t R3SoftClusterSplit::cluster |
Cluster index within its soft body.
| R3Bool R3SoftClusterSplit::keeps_proxy |
Whether this split retains the original proxy.
| struct R3RigidBodyHandle R3SoftClusterSplit::proxy |
Cluster rigid-proxy body handle.
| struct R3SoftBodyHandle R3SoftClusterSplit::soft_body |
Resulting soft-body handle.
| uint32_t R3SoftClusterSplit::source_cluster |
Original cluster index before splitting.