mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-07 15:55:53 +00:00
Rename variable
This commit is contained in:
parent
dc9ce193f8
commit
89a8489601
@ -43,11 +43,11 @@ impl ShapeProcessor {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let config = ValidationConfig::default();
|
let config = ValidationConfig::default();
|
||||||
let stores = Objects::new();
|
let objects = Objects::new();
|
||||||
let planes = Planes::new(&stores);
|
let planes = Planes::new(&objects);
|
||||||
let mut debug_info = DebugInfo::new();
|
let mut debug_info = DebugInfo::new();
|
||||||
let shape =
|
let shape =
|
||||||
shape.compute_brep(&config, &stores, &planes, &mut debug_info)?;
|
shape.compute_brep(&config, &objects, &planes, &mut debug_info)?;
|
||||||
let mesh = (&shape.into_inner(), tolerance).triangulate();
|
let mesh = (&shape.into_inner(), tolerance).triangulate();
|
||||||
|
|
||||||
Ok(ProcessedShape {
|
Ok(ProcessedShape {
|
||||||
|
Loading…
Reference in New Issue
Block a user