chadthecoder / graphicsProject

Graphics project using SDL2, ASIO OPENGL, GLEW, WebGL, miniaudio, stb (Only stb_image.h right now), assimp (implementing now), PerlinNoise from Reputeless, and GLM. Following multiple tutorials to learn how to code graphics in C++.
0 stars 3 forks source link

glew project pyramid not rotating correctly in timed imgui mode #32

Closed chadthecoder closed 9 months ago

chadthecoder commented 9 months ago

Change prospective matrix to see if the chernos version works correctly. Read more on projection matrices to see what the issue is. glew is original branch following other video. glew2 is to check chernos matrix.