搜索资源列表

  1. jxglTracker

    0下载:
  2. This code shows how we can perform rubber-banding in an OpenGL application The source code here includes a simple C++ class called jxglTracker. The two main member functions in the class are DrawTrackRect() and Track()
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:吴婷
  1. jxglTracker

    0下载:
  2. This code shows how we can perform rubber-banding in an OpenGL application The source code here includes a simple C++ class called jxglTracker. The two main member functions in the class are DrawTrackRect() and Track()
  3. 所属分类:OpenGL

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:吴婷
  1. gl_blend

    0下载:
  2. opengl中的混合的例子,使用glEnable(GL_BLEND)和glBlendFunc(source, destination) 来控制混合的模式等 -This tutorial demonstrates blending in OpenGL. Blending in OpenGL is very easy.. You will be able to blend textures, colors, etc.. Into
  3. 所属分类:OpenGL

    • 发布日期:2024-11-29
    • 文件大小:107kb
    • 提供者:rongyao
  1. fog

    0下载:
  2. 在openGL的glEnable()函数中使用GL_FOG函数来启用雾效果。示例程序绘制了5个红色球体,每个球体和观察点的距离各不相同。-In openGL to glEnable () function to enable the use of GL_FOG function fog effects. The sample program draws five red spheres, each sphere and observat
  3. 所属分类:OpenGL

    • 发布日期:2024-11-29
    • 文件大小:124kb
    • 提供者:王彬
  1. attrib

    0下载:
  2. glEnable() glDisable() attribute group (GL_ENABLE_BIT).
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-29
    • 文件大小:14kb
    • 提供者:kiulsfan
  1. OpenGL001

    0下载:
  2. 这段代码解释了什么是混合.就是将前景色与背景色结合得到新颜色的过程 背景色:又叫目标颜色,是已经进入颜色缓冲区的颜色. 前景色:当前渲染命令的颜色,作为结果进入缓冲区,又叫源颜色. 混合有混合方程式,混合方程式有两个混合因子来计算最终的混合颜色. 打开命令:glEnable(GL_BELNDING);//blend:混合 混合因子的设置需要函数glBlendFunc();来实现,他有两个参数,分别是源混合因子和目标混合因子的值
  3. 所属分类:OpenGL

    • 发布日期:2024-11-29
    • 文件大小:18.56mb
    • 提供者:l1994z
  1. OpenGLMixLZ

    0下载:
  2. 这段代码解释了什么是混合.就是将前景色与背景色结合得到新颜色的过程 背景色:又叫目标颜色,是已经进入颜色缓冲区的颜色. 前景色:当前渲染命令的颜色,作为结果进入缓冲区,又叫源颜色. 混合有混合方程式,混合方程式有两个混合因子来计算最终的混合颜色. 打开命令:glEnable(GL_BELNDING);//blend:混合(This code explains what is a mix. Is it a process to c
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:18.29mb
    • 提供者:l1994z

源码中国 www.ymcn.org