mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-26 15:34:57 +01:00
fix indenting
This commit is contained in:
parent
de2f2ceafd
commit
785898f466
@ -11,12 +11,12 @@ export default function applyPrecision(shapes) {
|
|||||||
|
|
||||||
function scaleUpShape(shape) {
|
function scaleUpShape(shape) {
|
||||||
for (let i = 0; i < shape.length; i ++) {
|
for (let i = 0; i < shape.length; i ++) {
|
||||||
const path = shape[i];
|
const path = shape[i];
|
||||||
|
|
||||||
for (let i = 0; i < path.length; i ++) {
|
for (let i = 0; i < path.length; i ++) {
|
||||||
const point = path[i];
|
const point = path[i];
|
||||||
|
|
||||||
point.copy(point.divideScalar(PRECISION));
|
point.copy(point.divideScalar(PRECISION));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user