add multi value threshold in gyroid
This commit is contained in:
parent
855b9f5168
commit
9d092ad3fe
2 changed files with 11 additions and 5 deletions
|
|
@ -318,7 +318,7 @@
|
|||
// fix record indexes
|
||||
sparse.forEach((rec,i) => {
|
||||
rec.index = i;
|
||||
})
|
||||
});
|
||||
timer.mark('sparse');
|
||||
|
||||
// preserve sparse points for rendering
|
||||
|
|
|
|||
Loading…
Reference in a new issue