# This is a WebGl tutorial for education of MVP in computer graphics
MVP is a methodology for showing the vertices in a comfortable way to present the object's local coorinates, camera, and perspective.
In this tutorial, you can get the knowledge of what Model-View-Projection is, how to express different objects differently, and how to show the camera's view.
Explanation
============
In the first section, you can get the information about the concept of the MVP method