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

Fix/clamp normals #326

Merged

Commits on Apr 2, 2019

  1. Remove trailing whitespace

    jburklund committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    3f296ec View commit details
    Browse the repository at this point in the history
  2. Clamp normal components to [-1, 1]

    Approximation errors sometimes cause the components of the normal
    vector to be beyond the range of [-1, 1]. Normal components are
    now clamped to prevent computation errors downstream.
    jburklund committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    27620d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    e807b66 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    4b5ae29 View commit details
    Browse the repository at this point in the history