Skip to main content

Questions tagged [spectral]

3 votes
1 answer
248 views

I'm currently implementing dispersion in my RGB path tracer. How I do things: When I hit a glass object, sample a wavelength uniformly between 360nm and 830nm and assign that wavelength to the ray ...
Tom Clabault's user avatar
1 vote
1 answer
172 views

I'm reading section 5.2 of pbrt 3rd edition and came across the part where they explain the concept of RGB colors. When we display an RGB color on a display, the spectrum that is actually displayed ...
Peter's user avatar
  • 113
4 votes
0 answers
516 views

I want to add spectral rendering and dispersion to my pathtracer. I found the Hero Wavelength paper but I have trouble implementing this. This is how I understand the process and where I am stuck: ...
lyinch's user avatar
  • 233
1 vote
1 answer
1k views

FFT spectra is not what is needed; what I need is a histogram showing which frequencies are there in image in horizontal direction, and which one is dominant Such spatial frequency is usually known ...
ivan866's user avatar
  • 111
2 votes
1 answer
507 views

I'm trying to write my own spectral path tracer and a bit stuck with converting computed SPDs to LDR RGB values. What I'm doing right now is convert sampled SPDs (in ...
Kirill Dmitrenko's user avatar
4 votes
1 answer
279 views

I'm currently fighting with the spectrum->RGB color conversions, my algorithm seems to make an error somewhere, e.g. I get values >1 for some spectral responses. Now there is a way to calculate an ...
Tare's user avatar
  • 1,638