You need to enable blending if you want to use transparency: glEnable(GL_BLEND) ;. See also glBlendFunc to setup the blending function.
確定! 回上一頁