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

Remove side effect on axis parameter in Quaternion.RotationAxisToRef(…) #15381

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

hcschuetz
Copy link
Contributor

@hcschuetz hcschuetz commented Aug 8, 2024

See https://forum.babylonjs.com/t/unexpected-side-effect-of-quaternion-rotationaxis/52622

This PR just fixes Quaternion.RotationAxis(...) and Quaternion.RotationAxisToRef(...).
The other 3 suspect lines in the file mentioned in my initial post are not handled here.

@bjsplat
Copy link
Collaborator

bjsplat commented Aug 8, 2024

Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.

@bjsplat
Copy link
Collaborator

bjsplat commented Aug 8, 2024

@bjsplat
Copy link
Collaborator

bjsplat commented Aug 8, 2024

@bjsplat
Copy link
Collaborator

bjsplat commented Aug 8, 2024

@bjsplat
Copy link
Collaborator

bjsplat commented Aug 8, 2024

Visualization tests for WebGL 1 have failed. If some tests failed because the snapshots do not match, the report can be found at

https://snapshots-cvgtc2eugrd3cgfd.z01.azurefd.net/refs/pull/15381/merge/testResults/webgl1/index.html

If tests were successful afterwards, this report might not be available anymore.

@RaananW RaananW merged commit b1b19fd into BabylonJS:master Aug 8, 2024
10 of 12 checks passed
@hcschuetz hcschuetz deleted the bugfix-52622 branch August 8, 2024 17:46
hcschuetz added a commit to hcschuetz/Babylon.js that referenced this pull request Aug 10, 2024
This is a follow-up to PR BabylonJS#15381
(BabylonJS#15381).

While identifying that bug I detected three more similar issues,
two of which should be fixed here.

See also https://forum.babylonjs.com/t/unexpected-side-effect-of-quaternion-rotationaxis/52622

Notice that
- I just detected the issues fixed here by looking for issues similar to
  the one fixed in my earlier PR.
- I have no test case for the affected functions.
- There seem to be no unit tests for the affected functions either.

So you might want to review this change particularly thoroughly.
deltakosh pushed a commit that referenced this pull request Aug 10, 2024
* Remove side effects on more method parameters

This is a follow-up to PR #15381
(#15381).

While identifying that bug I detected three more similar issues,
two of which should be fixed here.

See also https://forum.babylonjs.com/t/unexpected-side-effect-of-quaternion-rotationaxis/52622

Notice that
- I just detected the issues fixed here by looking for issues similar to
  the one fixed in my earlier PR.
- I have no test case for the affected functions.
- There seem to be no unit tests for the affected functions either.

So you might want to review this change particularly thoroughly.

* make eslint happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants