登录
首页 » OpenGL图像 » Opengl绘制镜子效果

Opengl绘制镜子效果

于 2022-04-13 发布 文件大小:310.87 kB
0 103
下载积分: 2 下载次数: 1

代码说明:

应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。 假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。 要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。 要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。 注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opengl three
    opengl三维图形设计,很好的资料,需要者可以拿来学习-opengl three-dimensional graphic design, very good information for those who need it can be used to study
    2022-01-25 18:31:35下载
    积分:1
  • 导入DTM数据和纹理,表现海底地形的一个小程序
    导入DTM数据和纹理,表现海底地形的一个小程序-Import DTM data and texture, showing a small program seabed topography
    2023-01-09 06:20:03下载
    积分:1
  • opengl animation and achieve small ball into small effects
    opengl动画效果,实现小球由大变小特效-opengl animation and achieve small ball into small effects
    2022-08-21 12:13:29下载
    积分:1
  • OpenGL 绘制的五星红旗
    简单的OpenGL 绘制的五星红旗,适合初学者对opengl模块的基本用法进行了解。
    2022-01-25 22:07:41下载
    积分:1
  • 3D 自我导航器
    [概述] 这个程序是 3D 导航与员工培训在某些变电站电气设备的使用。 这些东西可以掌握设备与行走抛出所有使用虚拟室内和处理不同设备。 我开发了使用 visual c + + 2005 年,opengl 的项目。 [函数的说明] -实施 3D 模型 (工人、 环境) 和 3D 动画使用骨 IK。 -实施爆炸效果用粒子系统。 -落实场景渲染使用 opengl。 -所有代码相当是使用 MFC 来都实现的。 正如你可以看到, 这个项目是一些大型,具有良好的素质和高技术。 谢谢你。
    2022-02-21 04:48:20下载
    积分:1
  • school OpenGL 3D game series with the book source A01_OpenGL the procedural fram...
    学OpenGL编3D游戏 随书源码 A01_OpenGL的程序框架 第1 章源程序 A02_OpenGL的基本图形 第2 章源程序 A03_OpenGL的组合图形 第3 章源程序 A04_摄像漫游 第4 章源程序 A05_开天辟地 第5 章源程序 A06_OpenGL中显示文字 第6 章源程序 A07_特殊的平面_树 第7 章源程序 A08_显示3D模型 第8 章源程序 A09_3D动画 第9 章源程序 A10_射击、爆炸 第10章源程序 A11_碰撞检测 第11章源程序 A12_游戏进度保存 第12章源程序 A13_3D场景编辑 第13章源程序 include 公用程序 运行程序 所有运行程序 学OpenGL编3D游戏运行程序在里面 文件 TSCC.exe AVI解码器 运行须知.txt 错误解决方法 说明文档.txt 本文档 学OpenGL编3D游戏.bat 运行“学OpenGL编3D游戏” //////////////////////////////////// 如果程序编制演示的AVI不能播放,请自行安装盘上的TSCC.exe。-school OpenGL 3D game series with the book source A01_OpenGL the procedural framework of Chapter 1-source The basic sequence A02_OpenGL graphics Chapter 2 source A03_OpenGL combination graphics Chapter 3 source A04_ roaming camera Chapter 4 source A05_ Chapter 5 of the entire source A06_OpenG L display text Chapter 6 source A07_ special plane trees _ Chapter 7 source revealed A08_ No. 3 D model Chapter 8 source A09_3D animation Chapter 9 source A10_ s
    2022-04-06 17:01:27下载
    积分:1
  • GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用
    GLUT 3.7 beta source distribution源码分类 (Unix tar format) Unix用-GLUT 3.7 beta source distribution source classification (Unix tar format) Unix by
    2022-08-06 16:05:20下载
    积分:1
  • 一个OPENGL的例子,适合初学OPENGL的朋友练习。
    一个OPENGL的例子,适合初学OPENGL的朋友练习。-an OpenGL examples, suitable for beginners to practice OpenGL friends.
    2022-01-25 19:54:29下载
    积分:1
  • 的确值得一看的益智类的代码 可以说是益智类的典范,不看肯定亏大了....
    的确值得一看的益智类的代码 可以说是益智类的典范,不看肯定亏大了.-Indeed to see the code of the Puzzle Puzzle can be said to be a model, do not look certainly a big loss.
    2023-08-12 11:00:04下载
    积分:1
  • opengl粒子系统开发的瀑布模型,在水的颜色方面做了从上到下颜色的过渡,以及pool中有水泡的冒上,程序中加了个片,感觉不是很好,可以将它去掉,那样看起来就...
    opengl粒子系统开发的瀑布模型,在水的颜色方面做了从上到下颜色的过渡,以及pool中有水泡的冒上,程序中加了个图片,感觉不是很好,可以将它去掉,那样看起来就真实多了.-opengl particle systems development waterfall model, the water color has done a top to bottom color of the transition, and pool have blisters on the run, procedures were added to this picture, is not feeling well, it could be removed, it did seem more real.
    2022-08-12 16:50:20下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载