For Realtime Rendering
SSR
Screen Space Ray Tracer For Specular Effect
shadowmap:
Based On PCSS the farther distance between shadow and mary,the softer shadow is
PRT
Based On PreCompute Radiance Transfer Function for Realtime Rendering,which compute the Sperical harmony para.
PBR
Physical based Material,which implemented by Microface Theory.The Artifact is the light blocked by inner blockage which influence on energy loss.Thereby,I precompute the energy loss and compensate while rendering.The roughest Object benefits most.
Realtime RayTracing(3D Space)
Each frame I do is one direct lighting and one indrect lighting,but the noise is everywhere.Then I use A-Trous Wavelet Method to sample and denoise.Eventually I Acclumulate last frame`s result to simulate offline raytracing.
But each frame cost many time,so I optimize by bvh based on morton code.The result is pleasant.1 fps to 16 fps in 1070 nvidia and 4 fps to 30 fps in 2060 nvidia.