thmsndk / Screeps3D

A 3D client for the MMORTS Screeps.com
90 stars 17 forks source link

Batch terrain requests #230

Open thmsndk opened 4 years ago

thmsndk commented 4 years ago

There is a new endpoint used in the official alpha map that batches terrain requests together. this way we limit the amount of latency and requests when fetching terrain data. image image

We would have to redesign of terrain is fetched in the client though, but we also need to do that in regards to replays #88