fix: onion thickness — reapply correct formula
This commit is contained in:
@@ -47,7 +47,7 @@ using core::Vector3D;
|
||||
}
|
||||
|
||||
[[nodiscard]] inline double op_onion(double d, double thickness) {
|
||||
return std::abs(d) - thickness * 0.5;
|
||||
return std::abs(d) - thickness;
|
||||
}
|
||||
|
||||
// ── Domain deformation operators (transform point space) ──
|
||||
|
||||
Reference in New Issue
Block a user