With OpenGL ES 1.1, this can be achieved simply by adjusting the current vertex color: glColor4f(1, 1, 1, alpha); By default, OpenGL multiplies each ...
確定! 回上一頁