###ThreeJS Collision Detection Example
- Animated Character Creation
- Keyboard Movement
- Collision Detection
Collision detection can go from being very simple, in 2.5d worlds to being fairly complex. I've found that the two most important aspect are that 1. We dont' walk through walls or other players and 2. We don't fall in holes. 3rd, it would be nice if we stay level with the terrain and don't fall in any holes[Markdown site] [1]:
I was looking around to see what sort of work had been done using ThreeJS with Character Creation and Collision Detection I've created a few 3D game engines from scratch so collison detection isn't new to me.
Forked from WebMaestroFr/collisions-detection-three-js
0.0x
collisions-detection-three-js, as I've modified requires a minimum amount of extras:
- [jQuery]
- [Modernizr]
- [Three JS]
no extra installation involved
just git it or download the zip and
it should work from any basic web server