dimforge / dimforge/ncollide

Implement a dedicated Composite-vs-Composite collision detector.

Open
#128 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
926
Forks
104
PR merge metrics
No merged PRs in 30d

Description

Currently, Composite-vs-Composite shape collision detection is handled by interpreting one of the composites as an opaque shape, e.g, with `narrow_phase::CompositeShapeRepr`. Therefore, the two tree descents are not synchronized. This is especially detrimental for persistant collision detection where this imposes more allocations of sub-detectors.

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.