Majiir / RealtimeRender

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

Zoom tiles show artifacts at some edges #2

Closed Majiir closed 12 years ago

Majiir commented 12 years ago

The issue appears both when zooming in and out. The primary render level does not show artifacts.

Majiir commented 12 years ago

The primary render level actually did have the artifacts, and this was a problem with rendering, not image processing. Height maps were improperly retrieved because of an issue with the CompositeImageBuilder, which was used for cached height map files. The issue was corrected in commit f5e62da45fcfcf7ee2c0dd6f303cddad1f2d2f39.