InteractiveRectangle - Interactive Area positioning problem #230
Unanswered
davidmaruscsak00
asked this question in
Answers & Questions
Replies: 1 comment
-
did you find a solution for this already? looks fine to me on mac retina and non retina display: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am working on a patch in cables, where I use InteractiveRectangle node for creating interactive areas for mouse click.
I am using a ForceCanvasSize node to make sure that my patch is always 1920x1080 px resolution, regardless the viewport size.
I have Center in Parent and Scale to Fit Parent checked in that node.
When I check these to options my patch looks great on every screen, however the Bounding Box of the Interactive Rectangle doesn't scale and it is misaligned.
When I check the Render Rectangle option. The rectangle of the InteractiveArea node is in a correct position only the BoundingBox is misaligned.
I have attached a picture to show the difference between the RenderRectangle and the BoundingBox positions.
Also you can find my patch here:
https://cables.gl/p/IrjD_1
Beta Was this translation helpful? Give feedback.
All reactions