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

Add optional solid/filled (triangle mesh) rendering to Boxes3D and Ellipsoids. #6953

Merged
merged 22 commits into from
Jul 24, 2024

Commits on Jul 21, 2024

  1. Add SolidColor component type.

    This is identical to `Color` except that it has the semantics of
    specifically applying to surfaces (triangles) and not lines.
    kpreid committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4dabd76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3816943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4ebd47 View commit details
    Browse the repository at this point in the history
  4. Split color in Ellipsoids to solid_colors and line_colors.

    Also update `EllipsoidsVisualizer` to use the new `process_labels_3d`
    which was added later, and update `process_labels_3d` to handle two
    colors.
    kpreid committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4e30473 View commit details
    Browse the repository at this point in the history
  5. Add solid_colors to Boxes3D.

    kpreid committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    8a96a1c View commit details
    Browse the repository at this point in the history
  6. Add ProcMeshKey::Cube.

    kpreid committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    3a185a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da3cb05 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5ac705 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32a3517 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    355e2bb View commit details
    Browse the repository at this point in the history
  2. Add newline for lint

    kpreid committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9b2b1d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

  1. Add SolidCache.

    kpreid committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6e2a5be View commit details
    Browse the repository at this point in the history
  2. Add ProcMeshKey::Cube.

    kpreid committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b34e797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0a97f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb48eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d509f View commit details
    Browse the repository at this point in the history
  6. Merge old two-component development to preserve it.

    This merge commit was made with `git merge --strategy=ours`
    and doesn't actually merge any changes, just, essentially,
    mark the second parent (the old line of development) as
    part of the history.
    kpreid committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    43e6cb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56329b1 View commit details
    Browse the repository at this point in the history
  8. add editor for FillMode

    Wumpf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1a44f2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b23ed3 View commit details
    Browse the repository at this point in the history
  10. remove defunct py-test from contributor ci (pixi.toml says it's not s…

    …upposed to run on ci anyways)
    Wumpf committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    00a51d9 View commit details
    Browse the repository at this point in the history