Tasks:Collision Detection

From Adonthell
Revision as of 17:50, 8 March 2008 by Ksterker (talk | contribs) (update for current state of collision code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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. (done)
  • Characters can walk up stairs. (done)
  • Characters will be affected by gravity. (done)
  • Tweak constants like speed or gravity for smooth gameplay
  • Handle non-solid objects like fog, smoke, water-surface, ghosts
  • Optimization, especially of 3D math

References