Quantcast
Viewing all articles
Browse latest Browse all 40524

glMultMatrixf with ofGLProgrammableRenderer::TYPE

glMultMatrix doesn't exist anymore in opengl 3 since matrices are just uniforms in a shader you have to manually multiply the matrix in the computer and upload it to the shader. OF has a method to replicate the old behaviour, ofMultMatrix


Viewing all articles
Browse latest Browse all 40524

Trending Articles