Majiir / RealtimeRender

Map rendering plugin for Bukkit that updates as the world changes.
2 stars 1 forks source link

Terrain discovery mode (background and/or on command) #23

Closed Majiir closed 12 years ago

Majiir commented 12 years ago

A command should explore for existing terrain by attempting to load chunks without generating them. A threshold controls how far beyond existing terrain the command may explore before terminating. The exploration pattern should minimize the number of chunks loaded while ensuring that adjacent chunks are preprocessed before rendering a given chunk.

An example pattern is as follows:

Majiir commented 12 years ago

Experimental system with a simple spiral pattern implemented in commit 805aad2f8be2b2daa01b6188e06316dd3d6a889c.