Tasks:Mapview: Difference between revisions

From Adonthell
Jump to navigation Jump to search
Map view implementation task
 
m link fixed
Line 10: Line 10:
* [[Tasks:Mapengine|Map Engine]] implementation
* [[Tasks:Mapengine|Map Engine]] implementation
* [[Tasks:Graphics|Graphics]] implementation
* [[Tasks:Graphics|Graphics]] implementation
* [[Tasks:Gui|Gui]] implementation
* [[Tasks:User Interface|User Interface]] implementation


== Requirements ==
== Requirements ==

Revision as of 21:51, 4 March 2006

Back to Task Lists

Overview

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

Dependencies

Requirements

  • The mapview contains a cache of the graphics needed to render the model. It works with a reference count, discarding unused graphics after the cache reaches a certain size.
  • 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