refactor: supa smooth

This commit is contained in:
cha0s 2021-03-28 21:17:59 -05:00
parent a4b468dae7
commit edc4d195b7

View File

@ -77,13 +77,16 @@ export default (latus) => {
: Vertice.removeCollinear(
Vertice.smooth(
Vertice.smooth(
Vertice.ortho(
Vertice.unique(body),
2,
Vertice.smooth(
Vertice.ortho(
Vertice.unique(body),
2,
),
Math.PI / 2,
),
Math.PI / 2,
Math.PI / 4,
),
Math.PI / 4,
Math.PI / 8,
),
);
for (let i = 0; i < hull.length; i++) {