WPF Orthographic Camera. Region of view
- by Evgeny
Hello. I added Orthographic Camera to my project. I want to show my chart on screen proportional. For example height is 4 and width 4 (region from -2 to 2).
I set width to 4 and it perfectly fit my square in widht.
but i have problem with height. The chart top and bottom is always out of screen space.
Why this happens and how to set to camera…