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

Convert emitter parent rotation angle from radians to degrees when backporting #32

Merged
merged 1 commit into from
May 6, 2024

Conversation

RibShark
Copy link

@RibShark RibShark commented May 6, 2024

The existing code assumed that the rotation angle was already stored in degrees, however in LBP3 this is not the case, so the angle must be converted from radians. World rotation logic was also wrong since it was attempting to convert the value that was already in radians into radians again; this is also fixed.

Existing code assumed that it was already in degrees; however in LBP3 it is stored in radians.
@RibShark RibShark changed the base branch from main to cwlib May 6, 2024 08:18
@RibShark RibShark mentioned this pull request May 6, 2024
@ennuo ennuo merged commit 47ecfca into ennuo:cwlib May 6, 2024
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.

None yet

2 participants