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

搜索资源列表

  1. blend.zip

    1下载:
  2. vb做的图形(opengl)-vb does graph (opengl)
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:2800
    • 提供者:
  1. terrainEngine

    0下载:
  2. 国外程序员编写的基于OpenGL的3D地形引擎。 errain Engine I started working on a terrain engine around October 2000. I was deeply moved by screenshots from black and white :) My intention and main goal was to create something visually stunning. This mean
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1557023
    • 提供者:郭剑
  1. blend

    0下载:
  2. 简单明了的opengl融合、透明例子,仅供学习参考!-Opengl integration simple and transparent example of reference for learning!
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1251755
    • 提供者:wwjestudio
  1. blend

    0下载:
  2. vb做的图形(opengl)-vb does graph (opengl)
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-10
    • 文件大小:3113
    • 提供者:戴呙星
  1. blendpot

    0下载:
  2. 采用opengl实现雾化效果演示程序,场景中包含茶壶-Atomization used to achieve the effect of opengl demo program, scene contains teapot
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:112916
    • 提供者:john
  1. Blending

    0下载:
  2. Opengl es 1.0 透明物体,混合-Opengl es 1.0 transparent objects, blend
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:15660
    • 提供者:xu
  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
    • 文件大小:634465
    • 提供者:ccl
  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 nice looking special effects..
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:109331
    • 提供者:rongyao
  1. 2-Blend

    0下载:
  2. 用OpenGL+C++实现图像处理中的光照和材质-Using OpenGL+ C++ Implementation of Image Processing light and material
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:313088
    • 提供者:贾晓楠
  1. Blend

    0下载:
  2. 这个程序是一个OpenGL程序,展示了OpengL的混合技术。-This program is an OpenGL program, showing OpengL hybrid technology.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:3383504
    • 提供者:hutiejun
  1. multi-texture-blend

    0下载:
  2. 演示Opengl纹理混合的技术。简单明了,经过代码优化。-Opengl texture blending technology demonstration. Simple, after code optimization.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2752999
    • 提供者:安自生
  1. Blend

    0下载:
  2. opengl下的骨骼系统!使用NeHe SDK为框架!-opengl under the skeletal system! Using the NeHe SDK framework!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3386680
    • 提供者:lirc
  1. GPUImage-for-Android

    1下载:
  2. 实现各种各样图像滤镜(图像处理)效果,多达50多种效果,基本囊括了最常见的图像处理效果。包括:contrast,hue,gamma,brightness,sharpness,emboss,saturation,exposure,shadow,blend等等。 由于需要用到OpenGL ES 2.0,所以,仅能在真机中测试。可以载入本地相册的照片或者直接拍照后进行照片处理。 -Achieve a variety of image filters (image processing) effects
  3. 所属分类:android

    • 发布日期:2015-04-17
    • 文件大小:1598464
    • 提供者:
  1. OpenGL001

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

    • 发布日期:2018-01-08
    • 文件大小:19458048
    • 提供者:l1994z
  1. OpenGLMixLZ

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

    • 发布日期:2018-01-08
    • 文件大小:19173376
    • 提供者:l1994z
搜珍网 www.dssz.com