I have a scene as follows :
A 3D box with its base centered at origin and four rectangles surrounding the base of the box. We can think it as a building with streets on all its four sides. I want to get the projection view model matrix. I have prepared the projection and view matrices based on camera settings but am not sure about the model matrices. Will every object in the scene have a different model matrix or only one model matrix for the scene as a whole ?
What will be the model matrix for the cube and the rectangles ?
I wish to move camera on the streets on all the four sides of the building.