-
glew-2.0.0-win32.zip
配置OpenGL超级宝典第五版的运行环境的glew库
- 2022-04-01 12:17:05下载
- 积分:1
-
OpengGL prepared by the mapping procedure, known image of spatial information, y...
OpengGL编写的映射程序,已知图像的空间信息,就可以运行此程序,把图像绘制出来,并且在不同的单元赋予不同的颜色 -OpengGL prepared by the mapping procedure, known image of spatial information, you can run this program, the image is drawn out, and the different modules given different colors
- 2022-08-25 02:41:10下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)
OpenGL高级编程与可视化系统开发(高级编程篇)-14-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-14
- 2022-11-30 04:50:03下载
- 积分:1
-
opengl开发的下雪场景,很美观,代码简单,易于理解 ,供初学者参考学习....
opengl开发的下雪场景,很美观,代码简单,易于理解 ,供初学者参考学习.-opengl development of snow scenes, it is beautiful, the code is simple, easy to understand reference for beginners to learn.
- 2023-05-29 20:40:03下载
- 积分:1
-
opengl简单例子
opengl简单例子-opengl simple example
- 2022-01-25 14:40:11下载
- 积分:1
-
openglredbook细节OpenGL的各种影响,OpenGL入门手册
openGLRedBook
详细介绍openGL的各种效果,
openGL的入门手册-openGLRedBook details openGL various effects, openGL manual entry
- 2022-01-26 03:11:00下载
- 积分:1
-
use OpenGL
用OPENGL编写球的程序的简单例子-use OpenGL-prepared procedures for the simple example
- 2022-03-10 02:24:29下载
- 积分:1
-
a vc OpenGL 3D ball procedures, the preparation of foreigners, the control inter...
一个vc+OpenGL的三维球程序,老外编写,有控制界面,很方便-a vc OpenGL 3D ball procedures, the preparation of foreigners, the control interface is easy
- 2022-05-15 01:28:12下载
- 积分:1
-
使用摄像机,进行视频采集的源代码,可以运行。
使用摄像机,进行视频采集的源代码,可以运行。-The use of cameras, video capture source code, you can run.
- 2022-05-26 20:32:50下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1