You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps the error is that avian3d::dynamics::rigid_body::forces isn't exported? Upon reviewing the code I only found that avian3d::dynamics::rigid_body::forces specifically had this issue
SetOfAllSets
changed the title
Manually set reflect path
avian3d::dynamics::rigid_body::forces is only exported via prelude
Jan 14, 2025
Everything defined in avian3d::dynamics::rigid_body::forces is not only common, but required for rigidbodys (for now) so not having it be a public module and rexporting it via the prelude is weird
# Objective
Fixes#626
## Solution
Make avian3d::dynamics::rigid_body::forces public
---
## Changelog
avian3d::dynamics::rigid_body::forces is now public
Jondolf
added
the
A-Dynamics
Relates to rigid body dynamics: motion, mass, constraint solving, joints, CCD, and so on
label
Jan 26, 2025
see: bevyengine/bevy#17337 (comment)
The text was updated successfully, but these errors were encountered: