Asif
Asif
Happy that my copy finally arrived :)  @mmp There appear to be paperback versions of the book being sold for $60. Doesn't look legit though: - https://www.amazon.com/Physically-Based-Rendering-Mary-Mashego/dp/B0BZF9RJ2D - https://www.barnesandnoble.com/w/physically-based-rendering-mary-mashego/1143284957
Hey. The OIDN (OpenImageDenoise) library (v1.2.4) that this project uses probably doesn't support Apple Silicon and I haven't looked into the newer releases for the library. For now, you can...
> Does that mean this error won't happen if I run this program at the dev branch? Yes, and to confirm, you can try compiling the code from the dev...
Do you have SDL2 installed? https://github.com/knightcrawler25/GLSL-PathTracer/blob/master/INSTALL-MAC.txt
Hey, Adding fog should be relatively straightforward as its just a homogeneous volume with some special handling for distant lights and maybe a better sampling technique to reduce noise. I'll...
I had a look at this demo of Aerialod: https://twitter.com/ephtracy/status/1663836379078356998 and it looks like a constant/uniform fog bound by the extents of the map and with a height decay control....
I had a bit of trouble compiling it earlier as well. Do you have CUDA properly installed? You might also want to double check the project properties and set the...
They do have an SDK for both radeon rays and prorender, which was released recently here: https://www.amd.com/en/technologies/radeon-prorender-developers As for the source code we'll have to wait and see if they...