Refining the blocking
Now that we have the foundations of our model, we will go into the details by adding more defined objects.
Adding instantiated objects
If we analyze the majority of the houses, we can see that they are mainly composed of repetitive shapes such as windows and doors.
So we will use the techniques that allow us to duplicate objects by instance. This means that if we change the geometry of the source object, all the duplicates will change too. As you may have understood, this is really useful in order to save time: for instance, with UVs. Now, perform the following set of steps:
Let's start with the low wall around the steps. We will add a cube that we will orient with the slope of the stairs.
We will add an edge loop in order to break the slope. Then we will add a thinner piece that recovers the slope. To do this, we will extrude the top faces and scale them appropriately on the same level, and we can redo an extrusion.
In order to mirror the other side of the low wall, we will...