I have following problem.
I need to render thousands of small strategic map cities.
- Each city is very similar to each and is composed of up to 100 different meshes
- Cities are placed in different areas of the world i want to give them different rotation and position
- Each mesh belonging to should nicely fit to the terrain (it means it has to have y-coordinate determined individually)
So far my approach is to group the meshes according to type and assemble each city by mesh category using instances, this way each building element can be given proper height over heightmap.
The problem i have is:
- its kinda tedious to operate on such
citiessince they are composed of many instances of different meshes
- What approach do you suggest?
- Can i group together instances of different meshes and set their parent to some other mesh/node?
(attaching screenie, “cities” in red)
