I had a similar problem and using the primitive I am able to highlight the silhouette of the whole city / model.
However I have a gltf model with all the buildings in the city. I am able to select the name of each one of them by clicking on them but following this example … Is there any way to highlight the silhouette of only one of the gltf model buildings?
Are the buildings in your glTF file separated in any way? The way that 3D Tiles example works is that 3D Tiles has a feature table that keeps track of which vertices belong to which buildings, that way you can color/style each feature (in this case building) independently. You could create a 3D Tileset like this if you have a way of converting your buildings to KML/COLLADA as described here: Create 3D Tiles from KML/COLLADA with Per-Building Data – Cesium
I have generated the gltf model (can be downloaded here) through Blender, so each building has its own mesh. Blender also allows you to export in COLLADA, but I still cannot access the information of the buildings in Cesium (such as the name, use, etc. that is stored in the model) and highlight the silhouette of the buildings individually.