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

removed UV bounds check #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 7, 2019

  1. removed UV bounds check

    say we have a tri with 3 verts that have these uvs:
    [0.9, 0.95], [0.95, .9], [1.05, 1.05]
    Currently nexus will adjust those UVs to be
    [0.9, 0.95], [0.95, .9], [0.05, 0.05]
    Which will look like we are dealing with a tri that spans most of the texture, which is incorrect
    kyavichev committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    37753f9 View commit details
    Browse the repository at this point in the history