Hi!
glTranslate is long gone in modern OpenGL, which you switched to by using the programmable renderer.
https://www.opengl.org/wiki/Legacy_OpenGL
You can use ofTranslate, etc instead.
Best,
Andreas
Hi!
glTranslate is long gone in modern OpenGL, which you switched to by using the programmable renderer.
https://www.opengl.org/wiki/Legacy_OpenGL
You can use ofTranslate, etc instead.
Best,
Andreas