mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.04k stars 35.33k forks source link

Touch Controls #9189

Closed mese79 closed 7 years ago

mese79 commented 8 years ago

Hi I just want to share my Touch Controls with you guys: http://mese79.github.io/TouchControls/ Beside mouse and keyboard events it works with touch events too, and also it has hit-testing and collusion detection. Feel free to use it!

rhairston commented 8 years ago

These are great!

For some reason the raycasting is messed up, but I don't think that doesn't have to deal with the touch controls.

mrdoob commented 8 years ago

Nice!

makc commented 8 years ago

I left it loading in inactive tab and returned to TypeError: camera is undefined

Seconds after the scene appeared

mese79 commented 8 years ago

Sorry it was demo hosting problem. i fixed it. try it here: touchcontrols

Mugen87 commented 7 years ago

@mese79 The three.js forum is a good place for posting your Touch Controls. There is a category Showcase you can use when you create a new Topic.