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

Introduced Anisotropic Surfacing Kernels and PCA methods #1634

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 5, 2024

  1. Removed unused AttributeHandle member

    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dfb6129 View commit details
    Browse the repository at this point in the history
  2. Fixed some precision issues in Matrix methods

    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f5ca9ea View commit details
    Browse the repository at this point in the history
  3. Initial implementation of anisotropic surfacing, including re-work of…

    … PointRasterize and other fixes
    
    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    003b638 View commit details
    Browse the repository at this point in the history
  4. Fixed an issue where the sigma tolerance was being compared to exactl…

    …y zero
    
    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9ccea74 View commit details
    Browse the repository at this point in the history
  5. Switch to include self contribution during PCA

    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e504fb6 View commit details
    Browse the repository at this point in the history
  6. Fixed an issue with smooth position rasterization which wouldn't alwa…

    …ys activate the correct topology if the search radius was larger than the point radius
    
    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d4ec038 View commit details
    Browse the repository at this point in the history
  7. Moved the old 'sphereScale' rasterizer param to be a uniform scale fo…

    …r non-anisotropic neighbourhoods on the PCA methods
    
    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7f8b438 View commit details
    Browse the repository at this point in the history
  8. Fixed an issue where smoothed/unsorted positions provided to the elli…

    …ps rasterizer wouldn't be found by point transfer
    
    Signed-off-by: Nick Avramoussis <[email protected]>
    Idclip committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    25907b7 View commit details
    Browse the repository at this point in the history