-
opengl渲染地球的程序
本程序为用基本opengl渲染地球,光照已写好,但地球表面还没有贴纹理,可贴上地球的纹理。
- 2022-03-03 20:09:01下载
- 积分:1
-
Lingkaran 3/4
这是简单的代码,使3/4圈。希望你喜欢它。我使用过此项目的转型模式,
- 2022-03-23 20:08:27下载
- 积分:1
-
我自己写的,我相信这篇文章的规定。VB的呼唤。
我自己写的,里面都有我的文字相信说明。介绍了vb调用OpenGL的基本框架,内有两个模块,包含像素结构,纹理的加载,模型列表,二次对象调用,简单的摄像机,模型的简单变换(旋转)等-I wrote it myself, which has I believe that the provision of the text. Vb call OpenGL introduced the basic framework, there are two modules, including the pixel structure, texture loading, model list, the second object to call, a simple video camera, a simple model of transformation (rotation), etc.
- 2022-07-05 04:34:22下载
- 积分:1
-
在C / C++ OpenGL程序显示的喷泉
OpenGL Program for displaying fountains in C/C-OpenGL Program for displaying fountains in C/C++
- 2022-06-15 05:35:16下载
- 积分:1
-
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。...
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。-Using VC++6.0 and OpenGl implementation of the rotation of the ball, you can choose whether or not the effect of spherical and so easy, drag the mouse is also very practical.
- 2023-02-18 08:25:03下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制...
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。-Realize the use of OpenGL graphics rendering of a 2D two-dimensional control (GDI too slow to solve the problem) the source code: after the author is busy with a project needs a lot of two-dimensional graphics rendering. Started thinking about the use of GDI, but a lot of GDI for rendering the image is really is too slow, so a solution is: the use of OpenGL to achieve a two-dimensional graphics rendering user controls.
- 2022-09-27 23:45:03下载
- 积分:1
-
OpenGL
基于OpenGL的三维地下管线信息系统的设计与实现-OpenGL-based 3D Underground Pipeline Information System Design and Implementation
- 2022-01-25 19:24:03下载
- 积分:1
-
This is the use of OpenGL to develop three
这是利用OpenGL开发三维游戏书中的代码,非常经典,有喜欢的朋友一起分享!-This is the use of OpenGL to develop three-dimensional game code book, very classic favorite has to share with friends!
- 2023-01-06 16:45:03下载
- 积分:1
-
OpenGl雾化效果 实现了3中纹理映射特效
OpenGl雾化效果 实现了3中纹理映射特效-OpenGL 3 atomization effect achieved in texture mapping effects
- 2022-03-29 01:59:26下载
- 积分:1