Skip to content

Commit

Permalink
use a smaller EPSILON value
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Feb 21, 2016
1 parent 3cb89f3 commit e335c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var glVec3 = {
}

var Y_UP = [0, 1, 0]
var EPSILON = 1e-10
var EPSILON = Number.EPSILON
var tmpVec3 = [0, 0, 0]

module.exports = createOrbitControls
Expand Down

0 comments on commit e335c74

Please sign in to comment.