https://github.com/mozdevs/gamedev-js-3d-aabb
Demos for 3D AABB collision detection
https://github.com/mozdevs/gamedev-js-3d-aabb
Last synced: 5 months ago
JSON representation
Demos for 3D AABB collision detection
- Host: GitHub
- URL: https://github.com/mozdevs/gamedev-js-3d-aabb
- Owner: mozdevs
- License: mpl-2.0
- Archived: true
- Created: 2015-10-15T09:33:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T22:25:23.000Z (about 6 years ago)
- Last Synced: 2024-08-03T13:02:27.787Z (9 months ago)
- Language: JavaScript
- Homepage: http://mozdevs.github.io/gamedev-js-3d-aabb/
- Size: 291 KB
- Stars: 72
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-threejs - Axis-Aligned Bounding Boxes
README
# JS game development examples - 3D AABB collisions
This is a collection of examples showcasing collision detection in 3D environments with **Axis-Aligned Bounding-Boxes**.
You can take a look [at the live demos](http://mozdevs.github.io/gamedev-js-3d-aabb/).