Skip to content
Snippets Groups Projects
Select Git revision
  • 66e605f8bb7cc7211c513beb728d3f571c52bb6f
  • master default protected
2 results

webgl-tutorial---mvp

  • Clone with SSH
  • Clone with HTTPS
  • 전승곤's avatar
    전승곤 authored
    66e605f8
    History

    WebGl tutorial - 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.
    The meanings of Model, View, and Projection is given.

    Practice

    Next, , you can see the matrix for vertix translation using ranging inputs at the bottom

    You can see the change of the screen using these inputs and move the object and view point using different types of translations.
    The only object you can move in the world coordinate is the cube object which is in the middle.

    Contact

    vskylife5901@ajou.ac.kr