Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force all calls to project_rect to include a bounding rect. #2999

Merged
merged 1 commit into from
Aug 31, 2018

Commits on Aug 31, 2018

  1. Force all calls to project_rect to include a bounding rect.

    This greatly improves the accuracy of the clipper code when
    required to calculate the world rect for a primitive that
    crosses the near plane.
    
    This patch by itself doesn't fix anything specific, but when
    combined with the fixes that are in progress in the
    plane-split crate, it will allow correct world rect calculations
    for primitives that cross the near plane in various edge cases.
    gw3583 committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    9953081 View commit details
    Browse the repository at this point in the history