Lionel Lemarié

@hikey.org

Rendering, ray tracing, Metal API.

New random sampling method for three-gpu-pathtracer: blue noise dither sampling! It offsets a common random sequence for ALL screen samples, yielding a cleaner image in just a few samples. Screenshots are single sample scrambled sobol vs blue noise. Small writeup below👇

Bild

I think most raytracing effects and denoisers don't really think about needs of fast games like shooters. For my RTGI denoiser, i put in a lot of care to get an immediately readable and stable image from the first frame after dis-occlusion. its very satisfying.

Coloring a fractal is interesting in itself. Finding good colors is tricky. Applying them to the "right parts" is tricky. Here's a comparison of off-white vs a value that's displaced relative to the folding for each iteration (then mapped to a color ramp). #fractals #rendering #metalrt

Path-traced render of an off-white folded fractal.Path-traced render of a colorful folded fractal.

Ok, so I'm completely stuck trying to debug this. Left is pathtraced reference, right is my realtime renderer. Top row are metals, bottom row are dielectrics, and roughness goes from 0 to 1 left to right.

BildBild