Skip to content

Understanding MVP(Model, View, Projection) transformation for 3D computer graphics by visual application.

Notifications You must be signed in to change notification settings

diskhkme/mvp_transform_visualize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mvp_transform_visualize

Understanding MVP(Model, View, Projection) transformation for 3D computer graphics by visual application.

  • Right Click+Drag to rotate the camera
  • Wheel to zoom in/out

Compilation

Use CMake:

  • Windows:
mkdir build
cd build
cmake .. -G "Visual Studio 15"
# open the 'mvp_transform_visualize.sln" through Visual Studio and build
  • Linux/MacOS (Not tested)

Library

I used awesome raylib and raygui. Template Cmake configuration borrowed from here, from SasLuca

About

Understanding MVP(Model, View, Projection) transformation for 3D computer graphics by visual application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published