Replies: 1 comment
-
Hi @Galaxeaaa Indeed, there should always be a Anyway, I definitely think that the easiest way to do this is by modifiying the integrator you're using. The mask should be something along the lines of |
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
-
Hi! I've been working on a lighting optimization project. I tried to represent the near-field lighting as a grid of cube emitters, and optimize the intensity of each cube emitter to match the ground truth.
However, there will be a visibility jump near zero intensity. So I'm thinking of a workaround that, simply not rendering the emitter itself. I found a parameter
hide_emitters
for some built-in integrators, but from the source code and my experiments, this parameter only hide environment parameters.I wonder if there's a built-in solution for my need. If not, how would you recommend to implement this? Will it be better to implement an Emitter or an Integrator?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions