Building the rover
Now that we have a base class to handle 3D models, it is time to add our first game entity—the player's rover. We will do this over a couple of small steps, as it is important to see that with only a few lines of code, we can get a model up and into our game. The rest of the coding that we will need to do is for customizing the behaviors of each particular entity.