We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With #86 there exists an extension method on Transform to set the scale of a transform in world scale, i.e. global scale.
Transform
Since all the other properties and fields in TransformData use global space except for the scale we should change the scale to use that, too.
TransformData
This change needs to be done carefully to prevent this from breaking any functionality.
The text was updated successfully, but these errors were encountered:
Completed with 65e8af9
Sorry, something went wrong.
No branches or pull requests
With #86 there exists an extension method on
Transform
to set the scale of a transform in world scale, i.e. global scale.Since all the other properties and fields in
TransformData
use global space except for the scale we should change the scale to use that, too.This change needs to be done carefully to prevent this from breaking any functionality.
The text was updated successfully, but these errors were encountered: