-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Matrix4.getRotation returns rotation with scale #7398
Labels
Comments
Vineg
pushed a commit
to geoscan/cesium
that referenced
this issue
Dec 10, 2018
removed geometricError recalculation on each "get"
I've been confused by this in the past too. It seems like Should |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to be misleading, since there is at least one place in codebase where Matrix4.getRotation is used as rotation-only. For example it leads to dim lighting of scaled point clouds, since normals are scaled as well. I think this place requires carefull review of existing usages and maybe change the name or normalize result by scale.
The text was updated successfully, but these errors were encountered: