kaolin
kaolin copied to clipboard
Update Orthogonal perspective in function` projection_matrix` in `intrinsics_ortho.py`
The relevant discussion is in #785。
The orthographic projection matrix should use the following calculation formulas for top, bottom, right, left.
top = 1.0
bottom = -top
right = 1.0 * self.width / self.height
left = -right
Stale pull request, please repoen if still relevant
Stale pull request, please repoen if still relevant
Stale pull request, please repoen if still relevant