pub fn create_human(
human: &mut Human,
world: &mut World,
position: Pos,
friction_torque: f32,
hertz: f32,
damping_ratio: f32,
group_index: i32,
user_data: u64,
colorize: bool,
)Expand description
Spawn a capsule-bone ragdoll with spherical / revolute joint tree. (CreateHuman)