Skip to content

Commit

Permalink
Integrate vertices-indices model into all
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 30, 2024
1 parent 8608473 commit aa29502
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions models/all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ path = "../split"

[dependencies.star]
path = "../star"

[dependencies.vertices-indices]
path = "../vertices-indices"
1 change: 1 addition & 0 deletions models/all/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub fn model(services: &mut Services) -> Solid {
spacer::model(2., 1., 1., services),
split::model(1., 0.2, services),
star::model(5, 2., 1., 1., services),
vertices_indices::model(services),
];

let mut all = Solid::empty();
Expand Down

0 comments on commit aa29502

Please sign in to comment.