From 00ce75ef485b70fba81c58f3c12d441382a5cc92 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 1 Jul 2016 15:30:21 -0700 Subject: [PATCH] more notes --- scripts/system/controllers/teleport.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/scripts/system/controllers/teleport.js b/scripts/system/controllers/teleport.js index 65c3274684..4b8c31c918 100644 --- a/scripts/system/controllers/teleport.js +++ b/scripts/system/controllers/teleport.js @@ -7,18 +7,19 @@ //release trigger to teleport then exit teleport mode xxx //if thumb is release, exit teleport mode xxx -//v2: show room boundaries when choosing a place to teleport -//v2: smooth fade screen in/out? -//v2: haptic feedback - -// alternate notes for philip: // try just thumb to teleport xxx -// cancel if destination is within ~1m of current location - //try moving to final destination in 4 steps: 50% 75% 90% 100% (arrival) + +//terminate the line when there is an intersection +//when there's not an intersection, set a fixed distance? + + +//v2: show room boundaries when choosing a place to teleport +//v2: smooth fade screen in/out? +//v2: haptic feedback var inTeleportMode = false; var easyMode = true;