kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

Update Orthogonal perspective in function` projection_matrix` in `intrinsics_ortho.py`

Open Ligo04 opened this issue 9 months ago • 3 comments

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

Ligo04 avatar Mar 17 '25 09:03 Ligo04

Stale pull request, please repoen if still relevant

github-actions[bot] avatar May 16 '25 21:05 github-actions[bot]

Stale pull request, please repoen if still relevant

github-actions[bot] avatar Jul 16 '25 21:07 github-actions[bot]

Stale pull request, please repoen if still relevant

github-actions[bot] avatar Oct 23 '25 21:10 github-actions[bot]