-
Notifications
You must be signed in to change notification settings - Fork 365
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
Add latlongimage
node
#2168
base: main
Are you sure you want to change the base?
Add latlongimage
node
#2168
Conversation
This looks like a great step forward to me, @pablode, and I believe the testing errors just require the same fix as you implemented for |
Not sure about that, it seems rather an issue with the Unit system not being set up correctly in the test runner. (See log messages and 2nd commit succeeding.) |
@pablode Ah, good catch, and I was making assumptions about these errors being the same as the ones in As a starting point, perhaps we should omit the new |
Sure, reverted the commit. Maybe in the future, this can be an 'idiomatic' MaterialX practice ;) |
This PR proposes an initial version of a node that samples equiangular images.
Question: should the image framerange/frameoffset/frameendaction inputs be forwarded?