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

Gazelong fix and es6 support #26

Closed lnesi closed 6 years ago

lnesi commented 6 years ago

When using Fuse and onGazeLong after the fuse time is complete the fuse is i still visible and keeps firing the onGazeLong callback every cycle of time set on the fuse time. This is causing that all actions triggered on this callback keeps refireing and do not a allow to simulate click with the fuse sp you execute an action only once. Al so added export default to be able to include Reticulum in es6 projects with webpack

Hope this helps