mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-22 08:06:08 +00:00
Integrate vertices-indices
model into all
This commit is contained in:
parent
8608473005
commit
aa29502291
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -66,6 +66,7 @@ dependencies = [
|
||||
"spacer",
|
||||
"split",
|
||||
"star",
|
||||
"vertices-indices",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -23,3 +23,6 @@ path = "../split"
|
||||
|
||||
[dependencies.star]
|
||||
path = "../star"
|
||||
|
||||
[dependencies.vertices-indices]
|
||||
path = "../vertices-indices"
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user