Replies: 1 comment
-
This jagged output seems to be fixed in commit 39ff404. Its parent commit (d456826) seems to have the issue (I checked). |
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
-
Is that possible in Mitsuba 3?
I tried to use
specfilm
with very narrow channels, but the output was bizarre. Could someone help me with an explanation?I described a scene in which the camera is looking directly at an area emitter which has a constant spectrum (defined by
[(360, 1), (595, 1), (830, 1)]
). Then I defined aspecfilm
with 93 narrow channels, each of which is given by[(wavelength - 5, 0), (wavelength, 1), (wavelength + 5, 0)]
(a narrow triangle shape). If I then used thepath
integrator, the output was 0. But with avolpath
integrator, there was some output. I took an average of each channel and the results varied wildly (with the largest value almost three times the smallest). I repeated the same thing in a different Python shell, but the result was exactly the same. Could someone tell me what on Earth is going on?Here's the code:
And here's the plot:
The channels are supposed to be like this:
Beta Was this translation helpful? Give feedback.
All reactions