Projection mode in rendering.py #42
-
Hello there. We started to implement orthographic projection in our project. From what I understand, the Orthographic mode of projection has to be defined when initializing the View object. But as we can see in this screen, "projection" is not used in the function. I edited the line Why is it necessary to change the code in rendering.py ? Is there a reason why it has been "disabled" in the code ? Thanks in advance ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
No reason at all, I think I just made a wrong copy-paste at some moment I was refactoring I should however check that all the methods of |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the answer ! Keep me in touch as possible :) |
Beta Was this translation helpful? Give feedback.
No reason at all, I think I just made a wrong copy-paste at some moment I was refactoring
ViewCommon
and never noticed these parameters were not working anymore because I personally always use the defaults from the configuration.Thanks for noticing me ! I will change that in the next release.
I should however check that all the methods of
View
still work with the orthographic projection. I didn't tested it in the past year, so other things might be broken too :-/