-
OpenGL开发的一个简单的射击游戏,第一视角。
openGL开发的简单的射击游戏,第一视角。-openGL developed a simple shooting game, the first perspective.
- 2022-04-11 00:14:08下载
- 积分:1
-
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导...
opengl写的一段程序,在VC下可以通过,而且允许没有问题,可以作为OPENGL的一个学习实例.
该程序主要是实现三维空间的物体旋转,实现了VC下导入3DMAX文件的过程.-opengl write a section of procedures, the VC can be passed, but there is no problem with permit can be used as a learning example OPENGL. realize the program is three-dimensional objects rotate, the VC realize 3DMAX document under the Import process.
- 2022-01-23 10:08:57下载
- 积分:1
-
OPENGL入门之 曲线描绘
OPENGL入门之 曲线描绘-OpenGL domain curve depicts
- 2022-09-22 22:25:02下载
- 积分:1
-
OpenGL three
OpenGL三维图形程序设计电子版,是CHM版文件。-OpenGL three-dimensional graphics programming the electronic version is the version of CHM file.
- 2022-07-27 15:40:23下载
- 积分:1
-
OpenGL高
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2023-01-25 03:50:03下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
3D编程 OpenGL 书
3D编程 OpenGL 书-OpenGL 3D programming book
- 2022-04-28 01:02:12下载
- 积分:1
-
robot joints by different form, through the preservation of different forms of r...
机器人由不同的关节构成,通过保存机器人不同形态的侦,播放这些侦实现机器人的连续动作-robot joints by different form, through the preservation of different forms of robot reconnaissance, surveillance and broadcasting of these robots to achieve continuous movement
- 2022-03-05 14:43:58下载
- 积分:1
-
三维真实感图形的绘制,使用VC固化的头文件
三维真实感图形的绘制,使用VC固化的头文件-realistic 3D graphics rendering, use VC curing the first document
- 2022-06-18 04:36:17下载
- 积分:1
-
一个基于OpenGL的生成树的程序
可以进行旋转角度转换等操作。...
一个基于OpenGL的生成树的程序
可以进行旋转角度转换等操作。-code of grown tree ,you can change your view point at will.
- 2022-11-04 17:55:02下载
- 积分:1