mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 13:34:02 +02:00
notes
This commit is contained in:
parent
82e074de0f
commit
104ee63a77
1 changed files with 19 additions and 8 deletions
|
@ -1,14 +1,25 @@
|
||||||
//check if trigger is down
|
//v1
|
||||||
//if trigger is down, check if thumb is down
|
//check if trigger is down xxx
|
||||||
//if both are down, enter 'teleport mode'
|
//if trigger is down, check if thumb is down xxx
|
||||||
//aim controller to change landing spot
|
//if both are down, enter 'teleport mode' xxx
|
||||||
//visualize aim + spot (line + circle)
|
//aim controller to change landing spot xxx
|
||||||
//release trigger to teleport then exit teleport mode
|
//visualize aim + spot (line + circle) xxx
|
||||||
//if thumb is release, exit teleport mode
|
//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: show room boundaries when choosing a place to teleport
|
||||||
//v2: smooth fade screen in/out?
|
//v2: smooth fade screen in/out?
|
||||||
//v2: haptic feedbackasd
|
//v2: haptic feedback
|
||||||
|
|
||||||
|
|
||||||
|
// alternate notes for philip:
|
||||||
|
// try just thumb to teleport
|
||||||
|
// cancel if destination is within ~1m of current location
|
||||||
|
|
||||||
|
|
||||||
|
//try moving to final destination in 4 steps: 50% 75% 90% 100% (arrival)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var inTeleportMode = false;
|
var inTeleportMode = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue