-
基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。...
基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。-OPENGL based on the realization of the OpenVG, c achieved by OpenVG hardware to accelerate the algorithm, in SVG, 2D graphics, such as have reference value.
- 2022-06-14 19:12:20下载
- 积分:1
-
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。...
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。-OpenGL function can use simple animation, concise code occupy less system resources. The program runs, the cube window can freely rotating around its center.
- 2022-07-17 02:57:58下载
- 积分:1
-
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.
opengl开发的屏幕保护的界面,代码中有三种模式,可切换颜色.-opengl development of the screen interface code has three models, switching colors.
- 2022-06-21 21:08:46下载
- 积分:1
-
计算机图形学画直线
计算机图形学画直线,C++基于OpenGL框架的直线生成算法,用DDA画直线算法生成任意直线10000条。
- 2022-03-03 02:51:34下载
- 积分:1
-
使用Vb生成地图,调用opengl观察3D效果,内部带有几个已经生成好的例子....
使用Vb生成地图,调用opengl观察3D效果,内部带有几个已经生成好的例子.-use Vb generated maps, called opengl observation 3D effect, with several internal generation has been good example.
- 2022-07-28 10:42:47下载
- 积分:1
-
应用程序向导创建了这个mfc_basic应用你。这个应用程序不好。
AppWizard has created this mfc_basic application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
- 2022-03-02 11:07:04下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。...
本程序主要实现了OpenGl技术显示三维点云数据,能够读入以.obj为扩展名的,数据格式为X,Y,Z的点云数据。
-This procedure mainly realize the OpenGL technology show three-dimensional point cloud data can be read to. Obj for the extension, the data format for the X, Y, Z of the point cloud data.
- 2022-08-14 20:41:29下载
- 积分:1
-
在一个圆柱体上用二维棉片来模拟树皮表面的粗糙效果
在一个圆柱体上用二维棉片来模拟树皮表面的粗糙效果-cylinder in a two-dimensional cotton used to simulate bark film surface roughness effects
- 2022-07-07 18:13:07下载
- 积分:1
-
3d采用opengl编写贴纹理三围旋转
3d采用opengl编写贴纹理三围旋转-3d prepared using opengl affixed texture Body Rotation
- 2022-11-27 22:40:03下载
- 积分:1