Hi,
I am writing a spaceship shooting game.
The ship needs to enter the enemy base and destroy buildings (Entities).
May I ask how people would design the data structure of scene so that it is easy to create, load and maintain
Will people build a large mesh and place entities on top of it?
How about if the scene is dynamic, i.e, ...