-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Flip axes of the 3D world coordinates #59272
Merged
Merged
Commits on Oct 30, 2024
-
Flip axes of the 3D world coordinates
Finally we can stop using the weird convention in 3D views (where X grows to the east, Z grows to the south, Y goes up) that caused endless trouble having to keep in mind that the coordinates in 3D views are rotated compared to the map coordinates. I am not sure anymore why I chose to use this convention, but most likely because Qt's plane mesh is oriented this way (and also various other 3D software has scene with Y going up). Anyway, the world coordinates are not flipped anymore, so the axes are consistent with the map coordinates 🎉 - i.e. X grows to the east, Y grows to the north, Z goes up (well, at least that's the case for many commonly used CRS). The 3D world coordinates are now only translated by the scene's origin point compared to map coordinates.
Configuration menu - View commit details
-
Copy full SHA for 9084930 - Browse repository at this point
Copy the full SHA 9084930View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b72c51 - Browse repository at this point
Copy the full SHA 2b72c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6feaa26 - Browse repository at this point
Copy the full SHA 6feaa26View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3abcae5 - Browse repository at this point
Copy the full SHA 3abcae5View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef70c8a - Browse repository at this point
Copy the full SHA ef70c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6fb675 - Browse repository at this point
Copy the full SHA e6fb675View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e276495 - Browse repository at this point
Copy the full SHA e276495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73f032b - Browse repository at this point
Copy the full SHA 73f032bView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36a7b60 - Browse repository at this point
Copy the full SHA 36a7b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8268906 - Browse repository at this point
Copy the full SHA 8268906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d3f419 - Browse repository at this point
Copy the full SHA 9d3f419View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.