CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl alpha

搜索资源列表

  1. OpenGL_Alpha

    0下载:
  2. 一个OpenGL的Alpha例子 好多初学者都有Alpha混合错误的问题 看看这个例子吧,也许会有帮助的.-a lot of examples of the Alpha Alpha beginners have mixed the wrong question look at the example, there may be help.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:26.09kb
    • 提供者:杨晶
  1. Transparen193111992005

    0下载:
  2. This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/. -This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:109.92kb
    • 提供者:WMX
  1. OGL_motionblur

    0下载:
  2. 运动模糊(Motion Blur)效果演示 运动模糊是一种常见的运动效果处理手法, 由于眼睛的视觉暂留现象,会在视觉上形成一个拖影效果. 在OpenGL中利用渲染到纹理技术, 依次不时间序列里面的连续若干帧的图象,依次渲染到纹理里面, 然后在alpha混合呈现在屏幕上面,就形成了motion blur效果.-Motion Blur (Motion Blur) Motion Blur effects demo is a common effect of the campaign to
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:137.09kb
    • 提供者:hmn
  1. alpha

    0下载:
  2. 在VC6.0+Opengl环境下,设置接口,可以动态的调节三维物体的透明度
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40.91kb
    • 提供者:zhangsan
  1. ogles-0.82-samples

    0下载:
  2. opengl es 开发库。里面包含了移动开发opengl程序必须的函数-opengl es Development Library. Which contains the mobile development process must be a function of opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:153.98kb
    • 提供者:wangjing
  1. opengl

    0下载:
  2. OpenGL 中的很多特效都是通过混合(Blending) 来完成的, 混合就是把屏幕上已有的颜色与新的颜色进行合成。 至于合成的方法, 取决于颜色的Alpha值, 还有/或所用的混合函数。 Alpha值是颜色的第4个分量, 过去你使用GL_RGB 也就是3个颜色分量来指定一个颜色, 现在你可以使用GL_RGBA 来增加一个Alpha值了-Many OpenGL through the mixed-effects (Blending) to be completed, mixed, there
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:7.2kb
    • 提供者:cutexxx
  1. code2

    0下载:
  2. opengl Blend ESC:退出程序 F1:窗口模式或全屏模式的切换 B:允许或禁止Blend 上下方向键:控制外层矩形的Alpha值 左右方向键:向左或向右移动外层的矩形 PageUP、PageDown:沿Z轴向外、向内移动外层的矩形-opengl Blend ESC: exit F1: Window mode or full-screen mode switch B: to permit or prohibit Blend up and down ar
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:619.59kb
    • 提供者:ccl
  1. alpha

    0下载:
  2. 用opengl实现的各种透明度相比较的程序,实用性强,便于学习和二次开发-Opengl to achieve transparency with the comparison of various procedures, practical, easy to learn and secondary development
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.05kb
    • 提供者:dongxiaoquan
  1. opengl

    0下载:
  2. 这是eastcowboy的OpenGL入门教程第十二课所使用的图象文件和C语言源代码。 alpha_test.c,演示了Alpha测试的一种应用,制作相框效果。 stencil_test.c,演示了模板测试的一中应用,制作平面镜效果。 -This is the twelfth eastcowboy' s OpenGL Tutorial image files used in class and C language source code. alpha_test.c, demo
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:762.76kb
    • 提供者:李大山
  1. assg3

    0下载:
  2. alpha blending in opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:129.35kb
    • 提供者:mattash
  1. alpha

    0下载:
  2. opengl实例源码,opengl混合功能实例源码-opengl examples source, opengl blending source code examples! ! !
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:2.05kb
    • 提供者:廉伟兴
  1. alpha

    0下载:
  2. opengl写的茶壶。透明茶壶。4个茶壶,可以旋转,透明。透过一个看其他的。-opengl write teapot. Transparent teapot. 4 teapot can be rotated and transparent. Through a look at the other.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:1.32kb
    • 提供者:卡门
  1. bomb

    1下载:
  2. windows 下的opengl 编程,一个模拟爆炸的小程序,用到opengl的Alpha融合,可以参考- opengl programming under windows, a simulated explosion of a small program used the opengl Alpha fusion, can refer to
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2mb
    • 提供者:周子马
  1. Alpha

    0下载:
  2. 这是一个"OpenGL纹理测试"程序,对于刚刚开始学习OpenGl的学生来说非常有帮助!! -AppWizard has created this AlphaTest application for you. This file contains a summary of what you will find in each of the files that make up your AlphaTest application.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:356.27kb
    • 提供者:王明远
  1. Stars-swirl-with-opengl

    0下载:
  2. Opengl实现的 星星漩涡 运用了alpha 纹理混合 以及着色-Opengl realize the stars swirl
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-27
    • 文件大小:6.69kb
    • 提供者:方嘉良
  1. alpha

    0下载:
  2. 1. OpenGL中alpha混合的使用; 2. 混合绘制透明和不透明物体的正确方法; -1. OpenGL alpha blending hybrid rendering transparent and opaque objects the right way
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-19
    • 文件大小:64.66kb
    • 提供者:宗林
  1. AlphaToCoverageOGL

    0下载:
  2. Alpha To Coverage OpenGL-Alpha To Coverage
  3. 所属分类:DirextX

    • 发布日期:2017-11-19
    • 文件大小:2.17mb
    • 提供者:torporman
  1. alpha

    0下载:
  2. 用opengl实现的各种透明度相比较的程序,实用性强,便于学习和二次开发-Opengl to achieve transparency with the comparison of various procedures, practical, easy to learn and secondary development
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:rnabou
  1. alpha

    0下载:
  2. 这是一篇学习opengl很好的教程,希望对大家有帮助。-This is a good tutorial to learn opengl, we want to help.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-28
    • 文件大小:10.74mb
    • 提供者:张凌华
  1. alpha

    0下载:
  2. 实现OpenGL混合 opengl混合实现了透明或半透明状态 alpha可以理解为透明度-Achieve OpenGL mixed opengl mix to achieve a transparent or translucent can be understood as transparency alpha
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5.67mb
    • 提供者:魏斌
« 12 »
搜珍网 www.dssz.com