glEnable(GL_BLEND);. glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);. glAlphaFunc(GL_GREATER, 0 .1f);. Where could be ...
確定! 回上一頁