Dennis Smolek

Results 24 issues of Dennis Smolek

This PR Adds the OIDN Denoiser ([Denoiser](https://github.com/DennisSmolek/Denoiser)) into the core three-gpu-pathtracer. It works, and looks decent but there are clear issues to resolve. ### API Added - `maxSamples` Pathtracer now...

When submitting a PR I was checking if the Codesandbox was acting like the local build. In the local build the examples run as expected. In CSB I Get: ![image](https://github.com/user-attachments/assets/5bf59fba-0d97-466f-905b-a89b4ba9b9bd)...

When working on setting up loading material variants I kept finding that useGLTF was only returning a single material when the gltf has three different ones: ![image](https://github.com/user-attachments/assets/d30d6478-8810-4577-9afe-c9d1425bb9d3) The reason for...

![image](https://github.com/user-attachments/assets/f1858a21-ab67-4253-b55d-68998fc10074) [Live Sandbox](https://codesandbox.io/p/sandbox/variants-demo-tqnq4d) ### Why [The KHR Material Variants](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_variants) GLTF Extension allows you to set multiple materials on multiple meshes within a single GLTF instance. This allows you to create...