Tasks:Mapview

From Adonthell
Revision as of 18:30, 8 March 2008 by Ksterker (talk | contribs) (Updated for state of implementation)
Jump to navigation Jump to search

Back to Task Lists

Overview

The map view renders a portion of the world model on screen.

Dependencies

Requirements

  • Rendering of solid objects and characters (done)
  • Rendering of non-solid objects, like high grass, water surface, ground fog, etc. ...
  • Multiple instances of the mapview may be active at any time.
  • The portion of the map being rendered is controlled by a python script that runs periodically.
  • The mapview fills the complete screen; user interface is rendered on top of mapview.

References