LeeMcQueen / GameDemo

Demo
0 stars 0 forks source link

Skeleton Animation Remake #7

Open LeeMcQueen opened 3 years ago

LeeMcQueen commented 3 years ago

glUniformMatrix4fv(viewMatrixLocation, 1, GL_FALSE, glm::value_ptr(camera.getViewMatrix())); glUniformMatrix4fv(projectionMatirxLocation, 1, GL_FALSE, glm::value_ptr(masterRenderer.getProjectionMatrix()))