mirror of https://github.com/hannobraun/Fornjot
Update variable name
This commit is contained in:
parent
6f8944cd8a
commit
668f850034
|
@ -19,9 +19,9 @@ impl ToShape for fj::Sweep {
|
||||||
let path = Vector::from(self.path());
|
let path = Vector::from(self.path());
|
||||||
let color = self.shape().color();
|
let color = self.shape().color();
|
||||||
|
|
||||||
let swept = sweep(sketch.into_inner(), path, tolerance, color);
|
let solid = sweep(sketch.into_inner(), path, tolerance, color);
|
||||||
|
|
||||||
validate(swept, config)
|
validate(solid, config)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn bounding_volume(&self) -> Aabb<3> {
|
fn bounding_volume(&self) -> Aabb<3> {
|
||||||
|
|
Loading…
Reference in New Issue