@viewar/guide
Advanced tools
Comparing version 100.0.1 to 100.0.2
{ | ||
"name": "@viewar/guide", | ||
"version": "100.0.1", | ||
"version": "100.0.2", | ||
"description": "ViewAR Guide", | ||
@@ -5,0 +5,0 @@ "main": "dist/viewar-guide.js", |
@@ -27,3 +27,3 @@ import Vector3 from '../../math/vector3'; | ||
let height = (previousPosition.y + heightDiff / totalDistance * distance) + 0.4 * METER; | ||
console.log(currentPosition, totalDistance, distance, height); | ||
console.log(currentPosition.y, distance / totalDistance, height, guidePosition.y); | ||
return { success: true, height }; | ||
@@ -30,0 +30,0 @@ } |
Sorry, the diff of this file is too big to display
199821