Skip to content

Commit

Permalink
scrape plane intersection
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Aug 14, 2024
1 parent 8c09f1a commit b181c65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/parry3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ name = "plane3d"
path = "examples/plane3d.rs"
doc-scrape-examples = true

[[example]]
name = "plane_intersection"
path = "examples/plane_intersection.rs"
doc-scrape-examples = true

[[example]]
name = "polyline3d"
path = "examples/polyline3d.rs"
Expand Down

0 comments on commit b181c65

Please sign in to comment.