Jakub Vondra

Results 30 comments of Jakub Vondra

Heya! Chiming in because I'm after something something similar. I've used the code above and it works for me with modifications. ` let aces_cg: RGBf32 = RGBf32::new(sampled[0],sampled[1],sampled[2]); let mtx =...

Ah right! Awesome ! will try to hack together some "filmic" curve until then. Thanks for the answers! Cheers

Hi Anders! I'd like to hijack this thread one more time for another question. I'm trying to implement spectral sampling for my toy renderer. So I'd like to have a...

Hey! No worries, I figured a way around yesterday: I grabbed XYZ CMF data from here: http://cvrl.ioo.ucl.ac.uk/cmfs.htm, created SPDs fro x,y and z based on that and use them to...

Hey @Twinklebear and @beltegeuse , I've ran into the same issue while trying to multithread rendering using embree-rs. I was wondering if any of you find some solution in the...

Hi @beltegeuse, I'd like to do that eventually, to make my code more clean and modular. But right now I'm just trying to multithread my rendering process, so I need...

Thanks a lot for the example @beltegeuse ! That'll be a huge help.

So the rayon worked great, but I wanted more control over the number of threads using Threadpool and I've run into the lifetime issue again, with embree device and embree...

Hey @boberfly ! Using particle_info values works and it should give enough values to work with. Thanks for the tips ! Maybe if "Everything nodes" project continues well they will...

Awesome, thanks @boberfly ! I'll look into how to add the parameters automatically with python.