Create a Wavefront .obj model file of a five-pointed star.
Details
- The vertex lines are the same as the ones used to draw the star using a vertex array. 
- The face lines are different because the .obj file can’t represent triangle fans. Instead, create faces for each triangle in the star. 
- Test your .obj file by viewing it online.