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

feat(JOML): add orientation for Rotation #4168

Merged

Conversation

pollend
Copy link
Member

@pollend pollend commented Oct 1, 2020

this is a squash from the change in: #4124

This is a simple change for the orientation of the Rotation. This is just an api change that should help with migrating changes for JOML. this adds an orientation method that returns the Quaternionf instead of Quat4f (termath) . there are no direct impacts at the moment and should work in omega since I only deprecate the old method. I also updated the test case to test for consistency.

@Cervator Cervator added the Topic: Architecture Requests, Issues and Changes related to software architecture, programming patterns, etc. label Oct 3, 2020
Copy link
Member

@Cervator Cervator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to test out fine with some minor poking around in CoreSampleGameplay and GooeysQuests 👍

@pollend pollend merged commit ae4f863 into MovingBlocks:develop Oct 3, 2020
@pollend pollend deleted the feature/joml-migrate-orientation branch October 3, 2020 21:35
@Cervator Cervator added this to the v4.1.0 milestone Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic: Architecture Requests, Issues and Changes related to software architecture, programming patterns, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants