-
在VC++中,openGL开发中中值得一看的电子图书
在VC++中,openGL开发中中值得一看的电子图书-In VC++ In, openGL in to see the development of e-books
- 2022-01-31 08:15:18下载
- 积分:1
-
OpenGl编成小例子
OpenGl编成小例子-OpenGl into small example
- 2022-01-25 17:22:52下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
OPENGL应用祥细示例
OPENGL应用祥细示例-OpenGL application examples wound
- 2022-03-22 03:49:32下载
- 积分:1
-
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体....
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体.-this program is based on the platform opengl c code, the main picture is a fusion of rotating cube.
- 2023-02-13 16:20:03下载
- 积分:1
-
Delphi系统采用OpenGL演示旋转的地球。
System that demostrates Bitmap image rotation.
- 2022-02-02 01:21:03下载
- 积分:1
-
OpenGL procedures : using recursive method and drawing cylindrical patch
OpenGL程序:用递归和贴片法绘制圆柱-OpenGL procedures : using recursive method and drawing cylindrical patch
- 2022-07-25 02:36:01下载
- 积分:1
-
一个不可多得的3D世界漫游,NEHE最新的code之一
一个不可多得的3D世界漫游,NEHE最新的code之一-a rare 3D world roaming, NEHE one of the latest code
- 2022-03-18 12:33:58下载
- 积分:1
-
OpenGL foundation to the friend which begins studies
OpenGL may have a look to s...
OpenGL基础 对初学OpenGL的朋友可以看看
里面对于基本图形绘制说的很明白
是本不错的书-OpenGL foundation to the friend which begins studies
OpenGL may have a look to say regarding the basic graph plan
understood very much is this good book
- 2022-02-03 21:19:17下载
- 积分:1
-
用opengl和visual c++ 实现的例子系统的演示,漂亮的烟花效果
用opengl和visual c++ 实现的例子系统的演示,漂亮的烟花效果-use opengl and visual realization of the c examples of the display system, the beautiful effect of fireworks
- 2023-06-07 05:55:03下载
- 积分:1