Skip to content

Fixed pixel aspect ratio bug. Fixes #469 and #176

Ogers Ruda requested to merge pixel_aspect_ratio_fix into master

For this we modify sreen window size x parameter accordingly to avoid the squeeze of objects from aspect ratio parameter. Also for FOV we take pixel aspect ratio parameter before converting it to degrees. As with the previous way where we were just dividing fov with aspect ratio, fov could get a value > 180 which makes no sense.

Merge request reports

Loading