mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-02 05:15:54 +00:00
Update order of models in all
Sorting them alphabetically means that their order matches the order they are typically displayed in within the `models/` directory. This makes it easier to see, if any are missing.
This commit is contained in:
parent
3c7014724e
commit
16f34c6668
@ -20,10 +20,10 @@ pub fn model(services: &mut Services) -> Solid {
|
|||||||
|
|
||||||
let models = [
|
let models = [
|
||||||
cuboid::model([1., 2., 3.], services),
|
cuboid::model([1., 2., 3.], services),
|
||||||
spacer::model(2., 1., 1., services),
|
|
||||||
star::model(5, 2., 1., 1., services),
|
|
||||||
split::model(1., 0.2, services),
|
|
||||||
holes::model(0.5, services),
|
holes::model(0.5, services),
|
||||||
|
spacer::model(2., 1., 1., services),
|
||||||
|
split::model(1., 0.2, services),
|
||||||
|
star::model(5, 2., 1., 1., services),
|
||||||
];
|
];
|
||||||
|
|
||||||
let mut all = Solid::empty();
|
let mut all = Solid::empty();
|
||||||
|
Loading…
Reference in New Issue
Block a user