-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Methods to set and get camera coordinates as graph coordinates #1464
Comments
There is a documentation page describing the different coordinate systems used by sigma. The camera's coordinates are in the "viewport" system, while the nodes positions are described in the "graph" system. You can use |
Many thanks for the response. I think that I miscommunicated what I meant. I meant the coordinates contained within the camera state, which one can read and manipulate with Many thanks. |
I will make a pull request for this if you don't mind |
That would be great :) |
It would be helpful to be able to read and set the coordinates of the camera with graph space coordinates in addition to the currently in-place framedGraph coordinates.
The text was updated successfully, but these errors were encountered: