-
OpenGL三维交通场景仿真
OpenGL 三维交通场景仿真,可以创建道路网和通过外部文件添加车辆
- 2023-03-10 00:25:03下载
- 积分:1
-
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术...
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术-VC single screw computer simulation calculation and simulation, the technology is OpenGL technology
- 2022-05-16 08:37:20下载
- 积分:1
-
在VC++中使用一个水波荡漾的效果OpenGL实现,全
在vc++中用opengl实现了水波荡漾的效果,以全屏方式现实,可以控制水波的变化-in vc++ using opengl realization of a wave rippling effects, full-screen mode reality. can control the wave of change
- 2022-05-11 02:32:52下载
- 积分:1
-
This procedure introduces the use of particle system to simulate the way the fou...
本程序主要介绍采用粒子系统来模拟喷泉的方法-This procedure introduces the use of particle system to simulate the way the fountain
- 2022-03-11 16:59:56下载
- 积分:1
-
based on the c# opengl library. Including csgl.dll. including csgl.native.d
基于c#的opengl库.包括csgl.dll,包括csgl.native.d-based on the c# opengl library. Including csgl.dll. including csgl.native.d
- 2022-04-30 07:50:03下载
- 积分:1
-
OpenGL编程
OpenGL编程-OpenGL Programming
- 2023-06-15 06:55:03下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
在VC中实现OpenGL三维图形的程序,这个程序实际上是一个FRA…
在VC中实现OpenGL实现3D绘图的好程序 这个程序实际上是一个框架 有了他就可以把在CONSOLE 中的OPENGL程序移植过来 便于GDI图形接口下 实现实时3D开发-in VC achieve OpenGL 3D graphics of the program this procedure is actually a framework has he can in the OpenGL CONSOLE transplant procedures to facilitate GDI graphics interfaces to the development of real-time 3D
- 2022-01-21 04:07:25下载
- 积分:1
-
OpenGL System source code accompanying article
OpenGL系统开发篇所附源代码-OpenGL System source code accompanying article
- 2022-05-05 04:30:13下载
- 积分:1
-
opengl game programming book, the code examples in Chapter 4
opengl游戏编程 书中实例的第4章代码-opengl game programming book, the code examples in Chapter 4
- 2022-04-12 05:59:00下载
- 积分:1