Rapier C — 3D / f32 0.36.0+c.0
Loading...
Searching...
No Matches
R3SoftClusterSplit Struct Reference

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.

Detailed Description

Cluster and proxy remapping after a soft-body split.

Field Documentation

◆ cluster

uint32_t R3SoftClusterSplit::cluster

Cluster index within its soft body.

◆ keeps_proxy

R3Bool R3SoftClusterSplit::keeps_proxy

Whether this split retains the original proxy.

◆ proxy

struct R3RigidBodyHandle R3SoftClusterSplit::proxy

Cluster rigid-proxy body handle.

◆ soft_body

struct R3SoftBodyHandle R3SoftClusterSplit::soft_body

Resulting soft-body handle.

◆ source_cluster

uint32_t R3SoftClusterSplit::source_cluster

Original cluster index before splitting.


The documentation for this struct was generated from the following file: