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

Allow explicit rotation order for Progress props #564

Merged
merged 1 commit into from
May 7, 2024

Conversation

xhorntail
Copy link
Contributor

As the rotation order varies wildly across community scripts, and Rockstar usually uses order 2, allowing overrides here is important for compatibility when updating legacy resources.

From a personal perspective, order 0 is kinda just a pain in the ass to use. The X and Z axes have to be manipulated in inverse to each other to produce meaningful rotation. There is also an inversion zone, which causes unexpected shifting at some points of X/Z crossover. Order 1, as well as some others, are much more friendly to work with.

As the rotation order varies wildly across community scripts, and Rockstar usually uses order 2, allowing overrides here is important for compatibility when updating legacy resources.

From a personal perspective, order 0 is kinda just a pain in the ass to use. The X and Z axes have to be manipulated in inverse to each other to produce meaningful rotation. There is also an inversion zone, which causes unexpected shifting at some points of X/Z crossover. Order 1, as well as some others, are much more friendly to work with.
@thelindat thelindat merged commit 9649ffa into overextended:master May 7, 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.

2 participants