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

feat: change the number of depth samples in volume rendering to a controllable UI parameter #495

Merged
merged 41 commits into from
Nov 6, 2023

Commits on Sep 25, 2023

  1. feat: add samples per ray to UI

    This is not yet linked up to the backend in this commit
    seankmartin committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3a85ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c54926a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fbe6f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. feat(python): Bind to volume rendering checkbox

    Wrapped property and tool
    seankmartin committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3da8bd3 View commit details
    Browse the repository at this point in the history
  2. feat: variable samples per ray

    Linked samples per ray changing to the RPC so that the chunk manager can
    recompute priorities. Also trigger redraw on samples per ray change.
    seankmartin committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5d9fb27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c12e985 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73078c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    0c3f590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e6c5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    7fb78af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392eeac View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    7887572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735f62d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f1b652 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    39e90fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2ea720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a8ff51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7d5189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71cebe4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2060cee View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. chore: clang-format files

    seankmartin committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    edec5e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69c1bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba9f30b View commit details
    Browse the repository at this point in the history
  4. chore: cleanup import

    seankmartin committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    88f4233 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    922b777 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. feat: no mouse wheel move out of resolution bounds

    Sets min and max in log2 scale, and prevents mouse wheel update from leaving those bounds.
    seankmartin committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    984c697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7fadfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dcdfb5 View commit details
    Browse the repository at this point in the history
  4. chore: format files

    seankmartin committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    32e85f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 6, 2023

  1. refactor: Update volume rendering scale tool to volume

    rendering depth samples tool
    seankmartin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5d575f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c41c34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f6a639 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbada4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4fecba View commit details
    Browse the repository at this point in the history
  6. fix: bug introduced in 2c41c34

    Had accidentally started the volume rendering scale at 4, not 2
    Also remove accidental console.log
    seankmartin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    bb596b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad04ab7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d4774b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58be71c View commit details
    Browse the repository at this point in the history