Ömercan Yazici

Results 35 issues of Ömercan Yazici

The current converter is able to map geometry from Radiance to standard formats used by Ignis (and other renderer). It would be great if we could support the following as...

enhancement

Rework rad2json tool to reflect new supported types. Necessary are: - [ ] Multiple rad files but exported to a single json - [ ] All bsdfs and shapes Optional...

enhancement

Allow the runtime to pre-load the framebuffer before the tracing starts. This will allow: - Stop & Continue (not sure how easy it is for advanced integrators) - Usage of...

enhancement

The BVH process is handled by libbvh. An implementation on the device would be faster and we might support entity transforms for dynamic scenes in the future.

enhancement

Ensure the optional preprocess steps "displacement", "subdivision" and "refinement" (aka tessellation) is run on the device. This ensures fast computation and PExpr support. Nevertheless, the extension has low priority.

enhancement

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...

enhancement

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:...

bug

The ior from the principled bsdf (aka. disney bsdf) does not work for all ior values. IOR=1 returns just black

bug