-
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。...
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。-using opengl programming, in a number of 3D models, the use of mouse-point, reached on the three-dimensional object model to capture.
- 2023-07-20 07:55:03下载
- 积分:1
-
OpenGL实现模型缩放功能,视景体移动,包含源代码及演示
OpenGL实现模型缩放功能,视景体移动,包含源代码及演示-OpenGL model zoom function, visual-Mobile, including source code and demo
- 2022-02-24 13:27:49下载
- 积分:1
-
openGL source code, using Bezier curves realized OPENGL
openGL源代码,用OPENGL实现了Bezier曲线-openGL source code, using Bezier curves realized OPENGL
- 2022-11-08 16:15:02下载
- 积分:1
-
OpenGL(R) 1.1 Release for Windows(R) 95
OpenGL(R) 1.1 Release for Windows(R) 95
---------------------------------------
1. OpenGL Functionality Notes
2. Redistributable components for Windows 95
-OpenGL (R) Release 1.1 for Windows (R) 95--------------------------------------- 1. O penGL Functionality Notes 2. Redistributable components for Windows 95
- 2022-12-04 03:50:03下载
- 积分:1
-
程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好...
程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好指导作用。
-Procedures demonstrated MFC framework for the development of OpenGL and OpenGL demo visit in the executable file in the package of resources, which is a reference to a procedure adapted from NeHe to use MFC to write a good OpenGL program guide.
- 2023-05-01 19:00:04下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
create 3D mesh from image file
“图像到网格”允许您基于图像将图像文件转换为网格颜色。这个类似于地形生成器,它使用图像颜色来表示深度。它可用于从图像创建名称和其他对象的三维模型。
- 2023-01-31 11:35:04下载
- 积分:1
-
use OpenGL development of the VC GeoShpere source.
用OPENGL+VC开发的GeoShpere源程序.-use OpenGL development of the VC GeoShpere source.
- 2022-08-03 04:53:33下载
- 积分:1
-
详细阐述全景图的柱状和球形转换的算法。
详细阐述全景图的柱状和球形转换的算法。-elaborate panorama of cylindrical and spherical conversion algorithm.
- 2022-01-30 20:48:38下载
- 积分:1
-
用风险投资编写的爆炸场景,很逼真。可以让你看到真实…
用VC编写的爆炸场景,很逼真。可以让你看到真实的爆炸效果哦。-VC prepared with the explosion scenes, very realistic. Can let you see the real effect of the explosion Oh.
- 2023-06-06 14:15:04下载
- 积分:1