OpenGL透明

bool blend; // 是否混合? bool bp; // B 键按下了么? InitGL:html glColor4f(1.0f,1.0f,1.0f,0.5f); // 全亮度, 50% Alpha 混合 glBlendFunc(GL_SRC_ALP
相关文章
相关标签/搜索