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

Simplified mesh intersection logic #221

Merged
merged 48 commits into from
Jul 17, 2024

Commits on Jul 8, 2024

  1. WIP simplified mesh interseciton logic

    Makogan (Makogan) committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    598dda9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Make mesh intersection code more robust

    Makogan (Makogan) committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    39f026d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fixed logic errors and addet tests

    Makogan (Makogan) committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1781d71 View commit details
    Browse the repository at this point in the history
  2. add test data

    Makogan (Makogan) committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7a1d967 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Hide wavefront functionality behind a feature flag

    Makogan (Makogan) committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c6e3adf View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into improve_mesh_inters…

    …ection_code
    Makogan (Makogan) committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    008517e View commit details
    Browse the repository at this point in the history
  3. Fix compilation errors

    Makogan (Makogan) committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9a7b87a View commit details
    Browse the repository at this point in the history
  4. Fix CI

    Makogan (Makogan) committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    130d5f2 View commit details
    Browse the repository at this point in the history
  5. Fix CI issues

    Makogan (Makogan) committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    20502c5 View commit details
    Browse the repository at this point in the history
  6. Delete unused code

    Makogan (Makogan) committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b061752 View commit details
    Browse the repository at this point in the history
  7. Simplift feature flag

    Makogan (Makogan) committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    592455d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fix PR comments

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4c7e50b View commit details
    Browse the repository at this point in the history
  2. Fix clippy issue

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    00577c5 View commit details
    Browse the repository at this point in the history
  3. Remove accidental pastes

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fdd2919 View commit details
    Browse the repository at this point in the history
  4. Fix compilation in no-std

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8416d1f View commit details
    Browse the repository at this point in the history
  5. Fix clippy

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fe57b27 View commit details
    Browse the repository at this point in the history
  6. Fix Clippy

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b001cc5 View commit details
    Browse the repository at this point in the history
  7. Fix clippy

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    97c2b6c View commit details
    Browse the repository at this point in the history
  8. Address new PR comments

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    998dfcc View commit details
    Browse the repository at this point in the history
  9. Make clippy happy

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f8d272d View commit details
    Browse the repository at this point in the history
  10. Replace glob import with explicit items

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ff83f9d View commit details
    Browse the repository at this point in the history
  11. Replace unwrap with error checking

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a79b65a View commit details
    Browse the repository at this point in the history
  12. Fix bug when finding smallest triangle angle

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5a1a187 View commit details
    Browse the repository at this point in the history
  13. Fix spelling

    Makogan (Makogan) committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b155fbf View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e93a2cd View commit details
    Browse the repository at this point in the history
  2. Update src/shape/triangle.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9a227fb View commit details
    Browse the repository at this point in the history
  3. Update src/shape/triangle.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0a18f4c View commit details
    Browse the repository at this point in the history
  4. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5b24476 View commit details
    Browse the repository at this point in the history
  5. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5d06a91 View commit details
    Browse the repository at this point in the history
  6. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d870f38 View commit details
    Browse the repository at this point in the history
  7. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cad8511 View commit details
    Browse the repository at this point in the history
  8. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5b20345 View commit details
    Browse the repository at this point in the history
  9. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2dd4e03 View commit details
    Browse the repository at this point in the history
  10. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a1e7f79 View commit details
    Browse the repository at this point in the history
  11. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0a19454 View commit details
    Browse the repository at this point in the history
  12. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    46b1c75 View commit details
    Browse the repository at this point in the history
  13. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    08038a0 View commit details
    Browse the repository at this point in the history
  14. Update src/transformation/mesh_intersection/mesh_intersection.rs

    Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
    Makogan and sebcrozet committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c514027 View commit details
    Browse the repository at this point in the history
  15. Update comment

    Makogan (Makogan) committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    773b949 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'improve_mesh_intersection_code' of https://github.com/M…

    …akogan/parry into improve_mesh_intersection_code
    Makogan (Makogan) committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7501a0b View commit details
    Browse the repository at this point in the history
  17. Fix formatting

    Makogan (Makogan) committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8193b70 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    56856d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e888e0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb9447d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fce4c30 View commit details
    Browse the repository at this point in the history
  5. chore: update changelog

    sebcrozet committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1f5217a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fc0e89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24b8b93 View commit details
    Browse the repository at this point in the history