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

geometry: Add TangentSpaceMesh class outline #6476

Merged
merged 11 commits into from
Jan 26, 2023
Merged

Commits on Jan 19, 2023

  1. geometry: Add TangentSpaceMesh class outline

     - Defined class with documentation in comments
     - Implemented algorithm selection
     - No actual algorithms written yet
    
    Part of #6358
    poweifeng committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    05b001d View commit details
    Browse the repository at this point in the history
  2. Fix Windows breakage

    poweifeng committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    dcc6955 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Address comments

    poweifeng committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a07506b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. addressed comments

    poweifeng committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8711ddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb696c View commit details
    Browse the repository at this point in the history
  3. unmade public

    poweifeng committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d7e70c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d36433f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Update libs/geometry/include/geometry/TangentSpaceMesh.h

    Co-authored-by: Mathias Agopian <mathias@google.com>
    poweifeng and pixelflinger authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    34b6ca6 View commit details
    Browse the repository at this point in the history
  2. Update libs/geometry/include/geometry/TangentSpaceMesh.h

    Co-authored-by: Mathias Agopian <mathias@google.com>
    poweifeng and pixelflinger authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    da47db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f792556 View commit details
    Browse the repository at this point in the history
  4. fix breakage

    poweifeng committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    d16f388 View commit details
    Browse the repository at this point in the history