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

Improve precision of surface3d worldPosition calculation #6999

Merged

Commits on May 16, 2024

  1. Improve precision of surface3d worldPosition calculation

    When the objectOffset is very large compared to the values in the
    localCoordinate, adding it to the localCoordinate loses precision in the
    localCoordinate. As the addition of the objectOffset was immediately
    undone by application of the model matrix, it is better to combine the
    model matrix and the translation by the objectOffset into one matrix and
    apply it directly to the localCoordinate.
    hborchardt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d9bf27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f7015d View commit details
    Browse the repository at this point in the history
  3. Add draftlog

    hborchardt committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e12bb74 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    e2e4fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910706a View commit details
    Browse the repository at this point in the history
  3. Update draftlog

    hborchardt committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5f962cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28192cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cb8caa View commit details
    Browse the repository at this point in the history