Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
21 stars 8 forks source link

Sub grids and sub grid systems. #192

Closed Rich2 closed 2 years ago

Rich2 commented 2 years ago

Create sub grids that can use the parent grid or grid system's Data grids. The main motivation for this is for graphical where only a sub set of the grid needs to be used, and we don;t want to create unnecessary graphical objects that ill be outside of the view port. This should fix the performance problems in world maps.

Rich2 commented 2 years ago

So I don't think now that special classes for child grid systems are necessary. So closing this into #194.