refactor: supa smooth
This commit is contained in:
parent
a4b468dae7
commit
edc4d195b7
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user