-
Hi all, I'm working with mitsuba for research purposes and I need to render scenes with real world distances which are quite big (~10 000 km). In order to select a proper ratio between real world units and mitsuba world units I need to know if mitsuba has a maximum limit for defining the position of objects or their size. Thank you in advance ! |
Beta Was this translation helpful? Give feedback.
Answered by
Ketaries
Nov 7, 2022
Replies: 1 comment 2 replies
-
Looks like the solution was simply to modify the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Ketaries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the solution was simply to modify the
far_clip
value when defining the sensor in order to extend the limit of the scene. I missed that in the doc before, my bad !