In this lab you will add a first-person camera interface to a renderer so that the user can move around the scene with the keyboard and mouse.
Your first challenge is to set up a scene and visualize the texture coordinates. Follow these steps:
generateSphere
has been included in the starter code. Use the latitude and longitude indices to give it texture coordinates. Use the same shader program that you used for the ground.
Your second challenge is to add textures onto the ground and moon. Follow these steps: