-
一个简单的OpenGL程序,可以实现曲面的拟合插值,可以灵活用窗口进行调运...
一个简单的OpenGL程序,可以实现曲面的拟合插值,可以灵活用窗口进行调运-A simple OpenGL program, you can achieve the surface fitting interpolation can be flexibly transported with windows
- 2022-07-01 03:24:49下载
- 积分:1
-
Delphi系统采用OpenGL演示旋转的地球。
System that demostrates Bitmap image rotation.
- 2022-02-02 01:21:03下载
- 积分:1
-
OpenGL多浮动形式
浮动窗体中的OpenGL多视图的实现。利用OpenGl图像标准库,在多视图模式下,对窗口进行了显示处理。-floating forms of OpenGL Multi-View achieved. OpenGl images using standard library, in multi-view mode, the right window displays.
- 2022-02-28 21:46:38下载
- 积分: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
-
利用Opencv库编写的简单3D界面
资源描述 本程序利用Opencv库中的API函数来绘制界面。此界面有3D效果。比较适合初学者学习如何利用OpenCV进行界面开发。程序在windows下进行了测试,完全可以正常运行。欢迎学习Opencv的初学者进行下载,并改进和增加新的功能。
- 2022-10-05 15:35:03下载
- 积分:1
-
利用OpenGL实现GPU和三
使用GPU和OpenGL实现的三维水波模拟,借助纹理映射模拟水波的倒影。-The use of GPU and OpenGL realize three-dimensional wave simulation, using texture mapping of the reflection wave simulation.
- 2022-08-08 02:51:03下载
- 积分:1
-
in VC, with the OpenGL charted a teapot cube with solid ball comparatively simpl...
在VC中,用OPENGL绘出一个茶壶,立方体与实心球,程序比较简单.-in VC, with the OpenGL charted a teapot cube with solid ball comparatively simple procedures.
- 2022-01-27 14:27:07下载
- 积分:1
-
MD2类型文件的载入。
MD2类型文件的载入。-MD2 types of printed documents.
- 2022-02-16 07:12:39下载
- 积分:1
-
VB+OpenGL编写的二维图形系统,可移动,缩放
VB+OpenGL编写的二维图形系统,可移动,缩放-VB+ OpenGL prepared by two-dimensional graphics system, which can move, zoom
- 2022-03-23 06:08:30下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1