Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam N committed Jul 6, 2022
1 parent c5eb914 commit 98d1798
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@

- [Bounding volume collision detection](https://developer.mozilla.org/en-US/docs/Games/Techniques/3D_collision_detection/Bounding_volume_collision_detection_with_THREE.js)
- [Physics based collision detection](https://medium.com/@bluemagnificent/collision-detection-in-javascript-3d-physics-using-ammo-js-and-three-js-31a5569291ef)
- [Axis-Aligned Bounding Boxes](https://github.com/mozdevs/gamedev-js-3d-aabb) AABB based collision detection
- [Raycast based Collision detection](http://stemkoski.github.io/Three.js/Collision-Detection.html)

# Inspiration

Expand Down Expand Up @@ -242,6 +240,10 @@
- [skunami.js](https://github.com/skeelogy/skunami.js/) Marvellous project with realistic water interaction
- [Shallow water](https://vuoriov4.github.io/webgl-water-demo/) Demo project that shows water ripple effect

## Collision detection

- [Axis-Aligned Bounding Boxes](https://github.com/mozdevs/gamedev-js-3d-aabb) AABB based collision detection
- [Raycast based Collision detection](http://stemkoski.github.io/Three.js/Collision-Detection.html)

# Community

Expand Down

0 comments on commit 98d1798

Please sign in to comment.