Orthographic projection? #3537
Unanswered
davidwarford
asked this question in
Q&A
Replies: 1 comment
-
Camera.cpp has my answer, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am having a hard time with orthographic projection, Although it seems to be working with this line
camera.setProjection(Filament.Camera$Projection.ORTHO, 10000, 10000, 10000, 10000, .1, 2000);
I can't seem to change the size of the plane (or I guess you would call it zoom)Beta Was this translation helpful? Give feedback.
All reactions