Skip to content

Is there any volPath tracer implemented using the python API #1289

Closed Answered by shinyoung-yi
ioissss asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, I'm a user of Mitsuba 3, but I'd be happy to help.

The PRBVolPath is a volumetric path tracer implemented in Python. You can find the implementation here:
PRBVolPath code.

Some of the code in this file is dedicated to differentiable rendering (PRB). If you're looking for a simplified Python implementation that doesn't consider differentiability, you might be able to achieve this by removing the conditional branches that check for mode != dr.ADMode.Primal, where mode is a parameter of the PRBVolpathIntegrator.sample() method, to the best of my knowledge.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ioissss
Comment options

Answer selected by ioissss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants