feat: alternative point samplers WIP

This commit is contained in:
Azgaar 2024-07-15 22:21:04 +02:00
parent df4d80bb86
commit 62fa8d517b
7 changed files with 200 additions and 79 deletions

View file

@ -858,4 +858,9 @@ export function resolveVersionConflicts(version) {
shiftCompass();
}
}
if (version < 1.99) {
// v1.99.00 added alternative graph point sampling methods
if (!graph.type) graph.type = "jittered";
}
}