NVIDIAGameWorks / RTX-Path-Tracing

Real-time path tracing library and sample
Other
599 stars 64 forks source link

Scene with light sources not only emissive surface? #7

Closed samrrr closed 1 year ago

samrrr commented 1 year ago

I see this path tracer much slower than UE working because all light by emissive.

Is possible add common light sources(point, rectangle, sun). And compute first bounce with this data? This can greate improve speed of artifacts dissipate.

Moving objects in scene? You can handle camera moving but not clean moved pixels when something in scene moves...

Use only emissive surface is nice, but i want see good realtime path tracer now, not 10 years later.

fstrugar-nv commented 1 year ago

Hi - we have support for a subset of analytical lights and they will be loaded correctly from .gltf models, but we don't have any scenes set up with them. We will add more scenes & motion as we go.