Paul Mattern
Results
3
comments of
Paul Mattern
Hi, I haven't contributed yet, and would like to tackle this issue. Cheers.
> This happens because `GlobalTransform` uses `Dir3::new_unchecked` before normalization: `Dir3::new_unchecked((self.0.matrix3 * Vec3::$axis).normalize())` It seems the vector is normalized before getting passed into `Dir3::new_unchecked`. I think the mystery here is why...
I added a migration guide.