-
简单的三维场景,可鼠标控制旋转观看。供初学者参考。
简单的三维场景,可鼠标控制旋转观看。供初学者参考。-Simple three-dimensional scene can watch the mouse to control rotation. Reference for beginners.
- 2022-10-16 16:45:03下载
- 积分:1
-
一个Opengl程序,响应鼠标,双视口,希望对有需要的朋友有所帮助。...
一个Opengl程序,响应鼠标,双视口,希望对有需要的朋友有所帮助。-A opengl procedures, in response to the mouse, double as the mouth, and they hope to have a friend in need help.
- 2023-04-28 21:35:03下载
- 积分:1
-
这是实时光线跟踪的演示,没有使用openGL、directx3d等三维引擎,真实感特别强烈。...
这是实时光线跟踪的演示,没有使用openGL、directx3d等三维引擎,真实感特别强烈。-This is a real-time ray tracing demo, do not use openGL, directx3d such as three-dimensional engine, realism is particularly strong.
- 2022-03-16 12:10:58下载
- 积分:1
-
environment in MDI use graphics library
在MDI环境中使用图形库-environment in MDI use graphics library
- 2022-02-21 18:43:54下载
- 积分:1
-
加载obj三维模型并显示,并将视窗中所显示的三维模型绘制结果保存为bmp文件,即实现OpenGL场景的存储...
加载obj三维模型并显示,并将视窗中所显示的三维模型绘制结果保存为bmp文件,即实现OpenGL场景的存储-OpenGL scene save
- 2023-07-14 21:35:03下载
- 积分:1
-
如何开发OpenGL程序的基本方法后,如何加入颜色…
如何开发OPENGL程序的基本方法之三,如何加入颜色,如何画有颜色的多边形-How to develop procedures for the basic method OPENGL ter, how to join the colors, how to have color pictures of polygons
- 2022-01-31 01:35:37下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
clouds of the three
三维动态云彩的绘制,采用动态纹理贴图的技术来实现,效果不错-clouds of the three-dimensional dynamic mapping, dynamic texture mapping technology to achieve good results
- 2022-04-16 17:02:42下载
- 积分:1
-
云雾特效制作
云雾特效制作--仅包含源码(包含完整的VC++使用的所有文档,可一直接打开运行)-cloud effects produced-- contains only the source code (including the use of VC integrity of all documents, can open a direct operation)
- 2023-01-28 06:45:03下载
- 积分:1
-
[英文游戏编程图书全集].3D_case_study_using_opengl,通过一个案例来学习OpenGL。...
[英文游戏编程图书全集].3D_case_study_using_opengl,通过一个案例来学习OpenGL。-[The Complete Works of the English game programming books] .3 D_case_study_using_opengl, through a case study to OpenGL.
- 2022-03-02 20:11:23下载
- 积分:1