Is this the correct way to do it or am I not using viewport in the correct way?
for( int q = 0; q < 150; q ++ ){
gl.glViewport(x + (q*5), 200, 50, 50);
square.draw(gl);
}

Return to Android 2D/3D Graphics - OpenGL Problems
Users browsing this forum: No registered users and 4 guests