ToyPathTracer icon indicating copy to clipboard operation
ToyPathTracer copied to clipboard

Toy path tracer for my own learning purposes (CPU/GPU, C++/C#, Win/Mac/Wasm, DX11/Metal, also Unity)

Results 2 ToyPathTracer issues
Sort by recently updated
recently updated
newest added

Hi Aras, I read about your post about adapting the `ray_color` function of P. Shirley to GPU. I thought implementing it in the following manner also fits the underlying equation:...