-
opengl prepared by a senior animation procedures to be carried out by right
opengl编写的一个高级动画程序,右键单击可进行菜单选择-opengl prepared by a senior animation procedures to be carried out by right-clicking the menu choice
- 2022-02-01 01:59:35下载
- 积分:1
-
上次上载了一篇有关三维空间最接近点对的论文,但是源码没有找到.今天终于找到了,现在上传上来,以供参考....
上次上载了一篇有关三维空间最接近点对的论文,但是源码没有找到.今天终于找到了,现在上传上来,以供参考.-Last upload an article on the three-dimensional space the closest points of the thesis, but source not found. Today, finally found, and now upload up for reference.
- 2022-03-22 02:35:23下载
- 积分: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编程技术,其中涉及一些高级话题。
OpenGL高级编程技术,里面涉及多种高级话题。-OpenGL programming technology, which involved a number of senior topic.
- 2022-03-26 01:33:16下载
- 积分:1
-
OPenGL画图,一个非常简单的如何使openGl
OPenGL画图,一个非常简单的如何使openGl-OpenGL drawing, a very simple how to make opengl
- 2022-04-27 19:19:29下载
- 积分:1
-
一个在vc环境下编写OPENGL程序的模板,只需要修改RenderScene函数即可...
一个在vc环境下编写OPENGL程序的模板,只需要修改RenderScene函数即可-A vc environment OPENGL procedures to prepare templates, only need to modify RenderScene function can be
- 2022-06-02 02:35:13下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
OpenGL下,3D碰撞程序,某本书的示例程序,效果很好!
OpenGL下,3D碰撞程序,某本书的示例程序,效果很好! -OpenGL under, 3D collision process, an example of a book procedures, well!
- 2022-10-11 07:30:03下载
- 积分:1
-
简单的五边图形程序
简单的五边图形程序-simple five-sided graphics program
- 2022-05-21 20:00:25下载
- 积分:1
-
使用OpenGL,图形的缩放的三个典型案例,绘制球灯…
OpenGL的使用,三个典型的例子,分别为图形的缩放,绘制光源照射的球体。雾的使用-use OpenGL, three typical examples of the scaling graphics, drawing the ball light irradiation. The use of fog
- 2022-03-01 13:38:40下载
- 积分:1