-
OpenGL的太阳能系统的仿真
opengl对太阳系的模拟-opengl the simulation of the solar system
- 2022-02-14 00:28:56下载
- 积分:1
-
有关vc和opengl光照的应用程序
有关vc和opengl光照的应用程序-the vc and opengl illumination applications
- 2022-02-26 03:38:23下载
- 积分:1
-
A used VC++ And OPENGL prepared simulated sky cloud of three
一个用VC++和OPENGL编写的模拟天空云层的三维动态显示程序-A used VC++ And OPENGL prepared simulated sky cloud of three-dimensional dynamic display program
- 2022-08-12 13:43:16下载
- 积分:1
-
自己编的三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔...
自己编的三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.-own series of the three non-uniform B-spline curves Reverse : Given a data set, reverse control, vector nodes, according to a given accuracy, sub-parameters range, discrete B-spline curves, the output discrete points out, a virtual reality curve. This algorithm including Chandpur-examination Riggs algorithm, nodes vector algorithm, Reverse control points, and the insertion technology nodes. right engaging graphics friends comparison as a useful reference.
- 2022-05-15 15:39:13下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
opengl星空粒子特效
opengl固定管线,星空粒子特效,可运行在windows和linux下
- 2022-02-09 17:38:59下载
- 积分:1
-
一个小的使用OpenGL和MFC VRML浏览器
A small VRML viewer using OpenGL and MFC
- 2022-03-29 06:42:19下载
- 积分:1
-
这个程序是基于VC + +开发工具和第三方开发人员使用OpenGL动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料...
这个程序是基于VC + +开发工具和第三方开发人员使用OpenGL动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料-This procedure is based on vc++ development tools and third-party developers to use opengl animation library development given the configuration of development environment to develop the general framework of the project process is useful for beginners information
- 2022-01-25 22:33:17下载
- 积分:1
-
在OpenGl中实现三维字体
在OpenGl中实现三维字体-in OpenGl achieve 3D fonts
- 2022-01-24 14:55:57下载
- 积分:1
-
用OpenGL画RGB颜色的图
用OpenGL画RGB颜色的图-painting with OpenGL RGB color map
- 2022-07-13 19:41:42下载
- 积分:1