Replies: 1 comment 2 replies
-
Hi @itsghaniz Something like this is definitely achievable with Mitsuba. The main components would be This tutorial is pretty good starting point to see how to put together some of these primitives: https://mitsuba.readthedocs.io/en/stable/src/rendering/scripting_renderer.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, hope you are well. I am trying to make a python program in which I can give the position of a camera, and give the position of the light source, (receiver and transmitter) to get the properties of the rays = between these 2. This includes type interaction with the material, i.e. reflection, diffraction scattering or simple line of sight, the distance between each interactons of each ray, normals of the surfaces and the points of interactions. moreover I would want to keep on updating the positions of the transmitter and the receiver. can you please suggest me a sample code for something similar and the functions that I should be using to achieve this. thanks in advance.
note: It is something similar to nvidia's instant RM, but i dont want the radio maps just the properties of the rays.
Beta Was this translation helpful? Give feedback.
All reactions