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

搜索资源列表

  1. alpha3d

    0下载:
  2. in this program you can see an example for testing alpha for three dimensional blending.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2724
    • 提供者:flymoon
  1. FreeImage392

    0下载:
  2. 一个自由、开源的图形库--FreeImage支持位图构件―例如调色板和数据位―的便易访问;将位图从一种位深度转换到另一种位深度;当有多幅位图页―例如TIFF―时访问位图的不同页;基本的位图处理,如旋转、翻转(flipping)和重采样,或点操作,如亮度和对比度调整;Alpha混合与合成(Compositing and blending);FreeImage不支持:高级图象处理操作,如回卷(Convolution)和变换(Transform);位图绘制; 矢量图形。-a free, revenue
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2489356
    • 提供者:web2007ftp
  1. shangchuan

    0下载:
  2. 简单的透明 OpenGL中的绝大多数特效都与某些类型的(色彩)混合有关。混色的定义为,将某个象素的颜色和已绘制在屏幕上与其对应的象素颜色相互结合。至于如何结合这两个颜色则依赖于颜色的alpha通道的分量值,以及/或者所使用的混色函数。Alpha通常是位于颜色值末尾的第4个颜色组成分量。-A simple and transparent in the vast majority of OpenGL effects are related to certain types of (color) Mi
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:288771
    • 提供者:王莹
  1. Lesson08

    0下载:
  2. OpenGL中的绝大多数特效都与某些类型的(色彩)混合有关。混色的定义为,将某个象素的颜色和已绘制在屏幕上与其对应的象素颜色相互结合。至于如何结合这两个颜色则依赖于颜色的alpha通道的分量值,以及/或者所使用的混色函数。Alpha通常是位于颜色值末尾的第4个颜色组成分量。前面这些课我们都是用GL_RGB来指定颜色的三个分量。相应的GL_RGBA可以指定alpha分量的值。更进一步,我们可以使用glColor4f()来代替glColor3f()。-OpenGL in the vast major
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:77429
    • 提供者:
  1. SimpleGame

    0下载:
  2. Dev C++ OpenGL模板 简单的OpenGL小游戏,使用了各种OpenGL特性。 可以作为OpenGL游戏制作模板程序。-This tutorial attempts to answer a few of the questions I m asked on a daily basis. You wanted to know how to tell if you have clicked on an object with your mouse (picking). You wa
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-22
    • 文件大小:791389
    • 提供者:梁宇平
  1. AlphaMixer-v0.90

    0下载:
  2. AlphaMixer-v0.9.rar * 使用三张图片完成 Alpha 混合 * 缺少保存格式的选择、缺少参数设置-AlphaMixer-v0.9.rar * Alpha blending done using the three images * The lack of save format options, the lack of parameter settings
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:29474
    • 提供者:cc
  1. xapp706

    0下载:
  2. Alpha Blending Two Data Streams
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:303965
    • 提供者:john sailman
  1. 256Alphe

    0下载:
  2. 在网站上看到过很多Alpha混合计算的相关文档,其中不乏经典之作,但大多数都是基于16位显示模式下的,而256色的却很少有人谈及。所以,决定写一个基于256色的Alpha混合算法的详细实现方法。以帮助那些初学者,给他们一点点小小的灵感:)-Alpha blending calculations related documents see on the site, many of them classics, but most are based on 16-bit display mode, 2
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2182
    • 提供者:
  1. AlphaBlending

    0下载:
  2. Alpha blending with gdi plus
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:43738
    • 提供者:Darkload
  1. Chapter08

    0下载:
  2. Direct3D渲染技巧,有Alpha混合,雾化效果,模板测试等-Direct3D rendering techniques, Alpha blending, fogging effect, mask testing
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:713652
    • 提供者:王五
  1. alphaBlendingWnd

    0下载:
  2. this file is for alpha blending window
  3. 所属分类:GDI-Bitmap

    • 发布日期:
    • 文件大小:249059
    • 提供者:Park
  1. shiquyouxi

    0下载:
  2. NeHe教程,在win32下用OpenGL做的拾取游戏。适合OpenGL入门,涉及Alpha混合, Alpha测试, 排序,教的东西很多-The NeHe tutorial using OpenGL under win32 pickup game. Suitable for the OpenGL entry-involving Alpha Blending, Alpha testing, sorting, taught a lot of things
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-28
    • 文件大小:1665319
    • 提供者:zhangsan
  1. engine3d

    0下载:
  2. Software rasterizer with openGL style interface. Implements bilinear, trilinear, and anisotropic filtering. Filtered image scaling, mipmap generation. Polygon/triangle/quad/strip type input. Smooth shaded directional/positional, constant/linear/quadr
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:1002529
    • 提供者:李强
  1. TransparentTexture

    0下载:
  2. 已经学会如何使用alpha混合,把一个透明物体渲染到屏幕上了,但有的使用它看起来并不是那么的复合你的心意。使用蒙板技术,将会按照你蒙板的位置精确的绘制。-Have learned how to use alpha blending, put a transparent object rendering to the screen, but some use it looks not so complex your mind. Use masking techniques, you will be
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:7329
    • 提供者:谢东慧
  1. manager

    0下载:
  2. OMAP3 supports only graphics source transparency color key and alpha blending simultaneously. See TRM 15.4.2.4.2.2 Alpha Mode. -OMAP3 supports only graphics source transparency color key and alpha blending simultaneously. See TRM 15.4.2.4.2.2 Alp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2119
    • 提供者:hwhfger
  1. wav_blend_16bit

    0下载:
  2. This is my own work. Abstract: The program blends 16-bit wav data. It does not process the 44-byte wav header; it only blends the raw wav data, thus you have to cut the 44-byte wav header manually before the blending, and then add the 44-byte wav
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:21504
    • 提供者:ejwt
« 1 2 3»
搜珍网 www.dssz.com