ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Improve the texture tiling system by using Wang Tiles #24

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

Currently the tiling system is bad, it creates repetition that are clearly visible when you have the same texture covering large terrain areas, to avoid and fix this I propose using Wang Tiles. Wang Tiles have multiple versions with different results, here are a few links with more information and how to implement them: