PixelProjection - (0, 0) at "Top Left" not working #577
KOLEKTYW-online
announced in
! Welcome - readme first!
Replies: 1 comment 1 reply
-
wow, nice eye! fixed on dev.cables.gl and will be in todays release. thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In PixelProjection node Top Left center position doesn't work due to a typo in line 96. Space after "Left".
if (inAlign.get() === "Top Left ")
should be
if (inAlign.get() === "Top Left")
Beta Was this translation helpful? Give feedback.
All reactions