MuneebBaderoen / cloaked-octo-avenger

Game Engine on top of Three.js
2 stars 2 forks source link

Input detection with hammerjs #1

Open MuneebBaderoen opened 9 years ago

MuneebBaderoen commented 9 years ago

handling touch, swipe events and raycasting into the scene to interact directly with objects. Giving some interface to allow choice of which layer (if multiple) to be interacting with.

Need to decide on how we handle events and if they bubble through scenes, layers, or only provide single events for the entire frame.

FaraazSulaiman91 commented 9 years ago

Playing around with this atm