-
Hi, Thanks for creating such a nice renderer. I want to use mitsuba for some research but I am confused about the definition of the coordinate system mitsuba uses. I have a few questions:
|
Beta Was this translation helpful? Give feedback.
Answered by
GCChen97
Oct 10, 2022
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Took some time figuring out the definitions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GCChen97
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Took some time figuring out the definitions:
mitsuba
, the camera frame is "screen left==x, screen top==y and forward==z", the world frame is "Y up and -Z forward".blender
, the camera frame is "screen right==x, screen top==y and forward==-z", the world frame is "Z up and Y forward".