Unreferenced property in customize emitter plugin #628
-
Hi, as we discussed before, we are going to create a customise "photon emitter" that can read the input binary file and then emit the rays.
I noticed that the file
Did I miss anything? Thank you for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, this all seems correct. Since this code also works on your local machine, this sounds like an environment issue on the remote machine. Check the mitsuba path with |
Beta Was this translation helpful? Give feedback.
Hi @yangocean-sudo
No, this all seems correct. Since this code also works on your local machine, this sounds like an environment issue on the remote machine. Check the mitsuba path with
import mitsuba as mi; mi.__path__
to be sure that it is pointing to your custom build.