Skip to content

Conversation

@joelreymont
Copy link
Contributor

@joelreymont joelreymont commented Nov 11, 2025

Implements full support for anamorphic pinhole cameras where focal lengths differ (fx ≠ fy).

Adds PerspectiveAnamorphic projection variant with separate horizontal/vertical FOVs.

Fixes harmonic mean averaging in renderer and includes a Python example.

Closes #11076

Implements full support for anamorphic pinhole cameras where focal
lengths differ (fx ≠ fy). Adds PerspectiveAnamorphic projection variant
with separate horizontal/vertical FOVs, fixes harmonic mean averaging
in renderer, and includes comprehensive Python example.
- Preserve vec2 pixel_world_size for correct vertical scaling
- Fix Python type hint: list[float, float] -> tuple[float, float]
- Convert test_anamorphic.py to proper pytest with assertions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support anamorphic pinhole cameras(different fx and fy)

1 participant