We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898c264 commit 292624fCopy full SHA for 292624f
src/plugin/systems/rigid_body.rs
@@ -479,10 +479,7 @@ pub fn writeback_rigid_bodies(
479
480
#[allow(unused_mut)] // mut is needed in 2D but not in 3D.
481
let mut new_translation = inverse_parent_rotation
482
- // FIXME: should we multiply `inverse_parent_scale` ?
483
- // This fixes https://github.com/ForesightMiningSoftwareCorporation/multiphysics_examples/pull/1,
484
- // but I'm not sure that's the root issue, as `parent_child` test is not failing without it.
485
- // * inverse_parent_scale
+ * inverse_parent_scale
486
* interpolated_pos.translation
487
+ inverse_parent_translation;
488
0 commit comments