Skip to content

Commit

Permalink
Comment out unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor committed Apr 6, 2019
1 parent fcf9886 commit 6672558
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ class Voxelizer {
}

handleIntersects(intersects) {
let treshold = 0.000000001; // TODO implement a treshold to prevent
// multiple readings in face corner.
// TODO implement a treshold to prevent
// multiple readings in face corner.
// let treshold = 0.000000001;

let matrix = [];
let numSteps = this.depth / this.step;
Expand Down

0 comments on commit 6672558

Please sign in to comment.