Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gizmos panicking given bad output from GlobalTransform::to_scale_rotation_translation #12375

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

chompaa
Copy link
Member

@chompaa chompaa commented Mar 8, 2024

Objective

Fixes #12360.

Solution

Normalize the rotation Quat in sphere.

@james7132 james7132 added P-Crash A sudden unexpected crash A-Gizmos Visual editor and debug gizmos C-Bug An unexpected or incorrect behavior labels Mar 8, 2024
@james7132 james7132 added this to the 0.13.1 milestone Mar 8, 2024
@james7132 james7132 added this pull request to the merge queue Mar 8, 2024
Merged via the queue into bevyengine:main with commit c75d145 Mar 8, 2024
29 checks passed
mockersf pushed a commit that referenced this pull request Mar 8, 2024
…_rotation_translation` (#12375)

# Objective

Fixes #12360.

## Solution

Normalize the rotation `Quat` in `sphere`.
spectria-limina pushed a commit to spectria-limina/bevy that referenced this pull request Mar 9, 2024
…_rotation_translation` (bevyengine#12375)

# Objective

Fixes bevyengine#12360.

## Solution

Normalize the rotation `Quat` in `sphere`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Gizmos Visual editor and debug gizmos C-Bug An unexpected or incorrect behavior P-Crash A sudden unexpected crash
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression - Gizmos panicking given bad output from GlobalTransform::to_scale_rotation_translation
2 participants