Extending ray "payload" to multiple values per ray #839
Unanswered
xntric-ngneer
asked this question in
Q&A
Replies: 1 comment
-
I would recommend looking at this page of the documentation: https://mitsuba.readthedocs.io/en/stable/src/developer_guide/variants_cpp.html My recommendation would be to define a new variant, which will define a new |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm still a beginner at Mitsuba. For my experiments, I would like to extend the scalar value of light intensity encoded per wavelength to a tuple or an array. A bit in the same vein as how a 4-tuple encodes the polarization information. My goal is to describe more complex models of light propagation. This would also require defining adapted BSDFs, integrators, etc., to correctly process this information.
Is this possible? How would you recommend I go about this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions