skezo / Reticulum

A simple gaze interaction manager for VR in the browser with Three.js.
http://skezo.github.io/Reticulum/
61 stars 15 forks source link

Display the reticle only when the user approaches a target that they can activate #2

Closed skezo closed 9 years ago

skezo commented 9 years ago

Displaying the reticle may reduce immersion or create unnecessary visual clutter. Make it display only when it approaches a gazable target.

skezo commented 9 years ago

This has been setup using a frustum check. Currently only support camera view.