-
Is it possible to have an environment emitter with a spectral specification of radiance instead of an RGB image? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Currently I do not believe that this is possible. |
Beta Was this translation helpful? Give feedback.
-
Indeed this is not supported unfortunately. It isn't currently on our roadmap, but if I were to implement this, here if how I would do it:
If you give this a try, please open a PR and I will be more than happy to help you with this. |
Beta Was this translation helpful? Give feedback.
Indeed this is not supported unfortunately.
It isn't currently on our roadmap, but if I were to implement this, here if how I would do it:
SpectralBitmap
texture plugin that loads a "spectral image file" interpolates between the right channels given the queried wavelength.SpectralEnvmap
emitter plugin that uses theSpectralBitmap
plugin.If you give this a try, please open a PR and I will be more than happy to help you with this.