3D Matrix Transformations Visualization

This simple tool will allow you to visualize how 3D transformations affect the rendering of a 3D object, in this case - simple textured cube. This site uses WebGL for rendering, so make sure your browser supports it.

Input

Model Matrix
or modify values manually
View Matrix
or modify values manually
Projection Matrix
or modify values manually

Output

Origin and unit vectors after applying all transformations (MVP):

C++ code for GLM: