kikonen / learnopengl

https://learnopengl.com
1 stars 0 forks source link

environment probes #73

Open kikonen opened 1 month ago

kikonen commented 1 month ago

Environment map is calculated currently only once, and calculation of cube map reflections is totally separate thing.

To have more accurate reflections in PBR metal and such, should have probe points for environment map, which would be updated based into actual environment, and not just sample from skybox environment map.

Should reflect current env, but is clearly reflecting just env map calculated from skybox Image

Need to update, per probe

Also,