Silentor / InfluenceTerrainDemo

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

Make small blockmap/heightmap object support #88

Closed Silentor closed 5 years ago

Silentor commented 5 years ago

Instead of only one main block/height map, there are additional small block/heightmaps

Silentor commented 5 years ago

They need to be raycasted like a main block/heightmap

Silentor commented 5 years ago

So I need a create Micromap without Macromap, populate it with blocks. Then place it into the main Micromap and use in raycating against block/heightmap. So raycast result will returns not the block itself, but a objects blockmap too? Для простейшего тестового рейкаста неважно, кому принадлежит этот террейн блок, у него будет свой позишн, типы слоёв и высоты.

Silentor commented 5 years ago

Also implement land inspector support for object blockmaps

Silentor commented 5 years ago

So, map objects can be created, raycasted and visualized in Block mode. Time for Terrain mode support!