-
Notifications
You must be signed in to change notification settings - Fork 15
[Research] Physics
Lucas Damian Johnson edited this page Nov 12, 2022
·
7 revisions
- Collision detection - Minecraft Forum
- Let's Make A Voxel Engine: 10 - Collision Detection
- MDN Docs: 3d Collision Detection
- Stack Exchange: Algorithm to see if two voxels are interconnected
- Efficient collision detection in a Minecraft-like voxel engine - reddit
- Implementing collisions from scratch! Indie Game Devlog #5
- Gravity and Entity vs Entity Collisions! Indie Game Devlog #6
- Swept AABB
- AABB Collision Handling