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

[Docs] Add warning on Object3D.applyMatrix4 based on Matrix4.decompose #27714

Merged
merged 4 commits into from
Feb 13, 2024

Conversation

jo-chemla
Copy link
Contributor

@jo-chemla jo-chemla commented Feb 8, 2024

[Docs] Add warning on Object3D.applyMatrix4 based on Matrix4.decompose for potentially non-decomposable matrices

Fixed #27713.

Description

Object3D.applyMatrix4 can have issues when used with objects which have parents with non uniform scale. A note is already present on Matrix4.decompose, and could be added to Object3D.applyMatrix4

@Mugen87 Mugen87 added this to the r162 milestone Feb 13, 2024
@Mugen87 Mugen87 merged commit 2510a29 into mrdoob:dev Feb 13, 2024
1 of 2 checks passed
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.

Add the same warning in the doc for object3D.applyMatrix4 than for Matrix4.decompose
2 participants