Ekin Ozturk

Results 50 comments of Ekin Ozturk

Great! I'll work on that, though I won't have access to my computer til Sunday so not before then 😅 Is there any interest for volume textures that are swept...

Ah, I meant in the context of specifying scenes in xml files. It's not the simplest to say combine two images directly in mitsuba 3 and rather that's left to...

Hi, I just recently saw this as an extension of Cherab linking back to the PR I have opened with the Mitsuba 3 renderer. I agree that Cherab should include...

Can I also suggest trying one of the `volpath`/`prbvolpath `implementations from my version of the Mitsuba 3 code [here](https://github.com/mitsuba-renderer/mitsuba3/pull/678)? I recall running into a similar issue and I believe I...

Just saw this while coming here to post an issue, this might also be relevant: https://github.com/mitsuba-renderer/drjit-core/issues/64. My solution was to use `CUDA_VISIBLE_DEVICES` to restrict Dr.Jit to the appropriate device and...

Right, that makes sense. I have never found the higher order terms to converge, so perhaps it is related to how I'm pairing points in the image and model, I've...

That makes a lot of sense, and that's amazing!

Thanks! I have manually patched the add-on so it works and am looking forward to the next release that will officially support 4.5.

Yes, each method has a series of aliases so you can see the different name's given to the method and use them instead (it's clearer in code sometimes to write...

Oh also, for specific cases where you have a phase space system that obeys a Hamiltonian (ie. physical system), then you can use the symplectic methods which can conserve the...