Ignis
Ignis copied to clipboard
Device agnostic raytracing framework with shared codebase for offline and realtime rendering and for CPU and GPU
My submission for the ARTRT seminar, based on Thonat et al.'s "Tesselation-Free Displacement Mapping for Raytracing" Quick guide to this submission: - most work was done in "traversal/mapping_gpu.art", a CPU...
I have created the new branch to include the lens system. The lens is still kinda hard coded. Hope it builds and works out of the box. Thanks for conducting...
We have the luxury to handle all resource input and output via an interface. The GPU is quite memory limited. It would be a great enhancement (and the only option...
The compilation process fails on Windows without any informative error message. Similar to this: ``` FAILED: src/tests/artic/generated_test_interface.h C:/Development/Projects/Ignis/out/build/x64-Release/src/tests/artic/generated_test_interface.h src\tests\artic\CMakeFiles\generated_test_interface.h-78e3175.bat e4ad684195040947 Batch file failed at line 3 with errorcode -1073741571 ninja:...
The ior from the principled bsdf (aka. disney bsdf) does not work for all ior values. IOR=1 returns just black
The current installer does not care about the cache directory in AppData/ but it would be nice to allow the uninstaller to remove the cache directory by default if the...