正在加载图片...
Basic State Management void glEnable glenum capability void glDisable(GLenum capability) More than 60 enumerated values can be passed as parameters to them E.g: GL BLEND (controls blending of RGBa values) GL DEPTH TEST (controls depth comparisons and updates to the depth buffer) GL FOG (controls fo GL LINE STIPPLE atterned lines) GL LIGHTING ht effectBasic State Management  E.g: GL_BLEND (controls blending of RGBA values) GL_DEPTH_TEST (controls depth comparisons and updates to the depth buffer) GL_FOG (controls fog) GL_LINE_STIPPLE (patterned lines) GL_LIGHTING (light effect) void glEnable (GLenum capability); void glDisable (GLenum capability);  More than 60 enumerated values can be passed as parameters to them. 8
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有