nvpro-samples / vk_gltf_renderer

Rendering glTF scenes with ray tracer and raster (Vulkan)
Apache License 2.0
154 stars 13 forks source link

Rendering issue #8

Closed tigrazone closed 2 months ago

tigrazone commented 3 months ago

зображення зображення test scenes taken from default gltf 2.0 sample models. This issue with loaded HDRI. Without HDRI - with sun&sky - there is no issue

mklefrancois commented 2 months ago

Thanks for reporting, this is due to an error we have recently made in the calculation of MIS weight when hitting the environment. Working on a proper fix.

mklefrancois commented 2 months ago

The issue is fixed. It is needed to update nvpro-core to get the fix.