Tasks:Collision Detection
Back to Task List
Overview
Collision detection is required for walking around on the map, climbing stairs or slopes, falling and jumping.
Dependencies
Requirements
- Characters collide with obstacles on the map and each other.
- Characters can walk up stairs.
- Characters will be affected by gravity.
References
- Collision detection paper.
- Discussion about this paper.