dimforge / dimforge/bevy_rapier

Rotation along plane fails unless collider has non-zero volume

Open
#166 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1.6k
Forks
282
PR merge metrics
No merged PRs in 30d

Description

If you create and object perpendicular to the z axis and rotate it around x or y 180 degrees to mirror it (`Quat::from_rotation_x(PI)`), attached colliders stop working if they are flat. For example, this collider breaks: `Collider::cuboid(0.5, 0.5, 0.)`. But this one does not: `Collider::cuboid(0.5, 0.5, 0.1)`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.