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

Polyhedron demo : Add clip box plugin support for more items #7737

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    45f0c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5c281 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c090b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    c5b2d4d View commit details
    Browse the repository at this point in the history
  2. Added epsilon on clipping

    + try fix test undefined reference to Scene_edit_box_item
    ange-clement committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    384e7fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa125fe View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Polyhedron-demo-upgrade-image-visualization-aclement' i…

    …nto Polyhedron-demo-Clipping-box-more-support-aclement
    ange-clement committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c803f0f View commit details
    Browse the repository at this point in the history
  5. Add link to scene_edit_box_item

    + small fix of triangulation_3 cut plane
    ange-clement committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c8545e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    031594e View commit details
    Browse the repository at this point in the history
  7. Fix wrong linkage

    ange-clement committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    98ba8b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 4, 2023

  1. Fixed warning

    ange-clement committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    857de8b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix the random appearance of clip plane

    For the `Scene_c3t3_item` (and probably `Scene_triangulation_item` as
    well) most of the time the clip plane was not shown. This is because of
    Boolean data member `cut_plane_enabled` that was not initialized.
    lrineau committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a5d44aa View commit details
    Browse the repository at this point in the history