|
Rapier C — 2D / f64 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 R2SoftBodyHandle | soft_body |
| Resulting soft-body handle. | |
| uint32_t | cluster |
| Cluster index within its soft body. | |
| struct R2RigidBodyHandle | proxy |
| Cluster rigid-proxy body handle. | |
| R2Bool | keeps_proxy |
| Whether this split retains the original proxy. | |
Cluster and proxy remapping after a soft-body split.
| uint32_t R2SoftClusterSplit::cluster |
Cluster index within its soft body.
| R2Bool R2SoftClusterSplit::keeps_proxy |
Whether this split retains the original proxy.
| struct R2RigidBodyHandle R2SoftClusterSplit::proxy |
Cluster rigid-proxy body handle.
| struct R2SoftBodyHandle R2SoftClusterSplit::soft_body |
Resulting soft-body handle.
| uint32_t R2SoftClusterSplit::source_cluster |
Original cluster index before splitting.