Silentor / InfluenceTerrainDemo

Some experiments with zone-based terrain generation
4 stars 2 forks source link

Implement GridArea class #122

Closed Silentor closed 4 years ago

Silentor commented 4 years ago

Handy way to store convex area rasterized to Grid - interval of X values of intervals of Y values (or swap X-Y if its pack to less bytes)

Silentor commented 4 years ago

Implemented GridArea, but along Z-axis only. May be not so efficient for X-stretched areas.