Ekin Ozturk

Results 50 comments of Ekin Ozturk

Thank you so much! Those resources were really helpful and helped me incorporate the emission term in `volpath`. I tested the `no emission` case with both `scalar_rgb` and `scalar_spectral` modes...

I've run all the participating media test scenes in the `resources/data/tests/scenes/participating_media` directory and in all but one case the results look near identical (aside from differences in noise). The one...

And I have fixed that issue as well; when hero wavelength sampling, in the cases where the albedo is 0 for the hero wavelength, the probability of a scatter event...

Hi! I'll look into creating some reference emissive renders and adding emissive media testing. As for porting the changes, most of the original `volpathmis` integrator is still intact so incorporating...

Okay, I will start working on that, hopefully can have the PR up in ~1 week. To answer your questions: - I see how that can speed up short rays,...

- In the null-scattering events, the absorption/emission event terminates the ray and samples the emission at the sampled ray distance `t`. In optically dense media, the sampling of this distance...

I unfortunately had to put this on hold for the past two months due to paper writing and getting covid twice (yay). I'll be back to working on this after...

Hi @njroussel I see, I can look into the matter if Dr.Jit supports GTX 1080 GPUs. Hopefully I can provide some insight even if not a solution. Are there any...

Hey @njroussel, I got a GTX 1080 installed and started debugging. First, there is a bug in drjit-core specifically on how contexts are used for setting attributes here https://github.com/mitsuba-renderer/drjit-core/blob/25dd7a5cb96ee58d65cc1499f47de76f6140ff36/src/registry.cpp#L309 and...

Upon further investigation, it looks like setting the device once on startup of a script can be made to work, but switching devices during runtime will cause major issues because...