Questions tagged [pbr]
78 questions
3
votes
2 answers
Luminance and Radiance in computer screen
I am currently building a graphics engine. I have a slight confusion on the imaging pipeline of computer screen. My question is how does computer transform the colour in the final frame buffer to radiance on the screen. My assumption is that the…

kevinyu
- 493
- 1
- 3
- 10
1
vote
1 answer
Understanding the irradiance map generation
I am trying to understand how the generation of irradiance maps works. I was reading LearnOpengGL tutorial and Codinglabs article. Reading those articles, I got a bit confused about how we use convolution to generate the irradiance map.
Do we apply…

Riki
- 111
- 2
1
vote
1 answer
How to implement physically based unit in pbr renderer
According to this note, Frostbite use photometry unit in their calculation. I am trying to mimic this feature, but I am not sure what transformation need to be done. I will try to explain what I have in mind.
First we do gamma correction(pow(2.2))…

kevinyu
- 493
- 1
- 3
- 10
0
votes
1 answer
how can I compute a roughness map without any 3D softwares?
Recently, I want to use a roughness map to get better rendering results.
Most information on the internet is about the operation of 3D software.
So, how can I generate a roughness map of my own 3D mesh?
Thanks very much.
0
votes
1 answer
PBR : generating dynamic HDR maps
Most of the PBR tutorials out there use HDR maps loaded from disk. But in games these maps need to be generated by taking snapshots of the scene from the objects location which is where problems arise.
Let's say there are just 2 objects with PBR…

Sync it
- 179
- 4