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 HighDPI the "center on node" feature isn't working.
Node is centered.
Position of node is incorrect for High DPI.
Multiply by global scale.
Observe that the camera is not centered on the node
The OpenGL engine keeps track of the "global scale" value and need to use it in transformations.
The text was updated successfully, but these errors were encountered:
b0e652e
mbastian
No branches or pull requests
With HighDPI the "center on node" feature isn't working.
Expected Behavior
Node is centered.
Current Behavior
Position of node is incorrect for High DPI.
Possible Solution
Multiply by global scale.
Steps to Reproduce
Observe that the camera is not centered on the node
Context
The OpenGL engine keeps track of the "global scale" value and need to use it in transformations.
Your Environment
The text was updated successfully, but these errors were encountered: