-
3D 图形功能
使用陶的 3D 图形进行编程的例子。轴、 缩放、 旋转运动。不同的形状。图平面。
- 2023-08-13 19:30:03下载
- 积分:1
-
code, you must use the OpenGL glut.h header file, tarball contain glut.h use
图象拼接代码,必须使用OpenGL的glut.h header file,压缩档内含有glut.h使用说明-code, you must use the OpenGL glut.h header file, tarball contain glut.h use
- 2023-03-17 23:40:03下载
- 积分:1
-
using the QT seems to achieve a great effect of the fog, in linux below image wi...
在linux下用QT实现的一种看起来效果很棒的雾,对于在linux下面用OpenGL进行图像编程很有参考价值。-using the QT seems to achieve a great effect of the fog, in linux below image with OpenGL programming of great reference value.
- 2022-05-05 05:06:04下载
- 积分:1
-
c#下的opengl编程程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-03-01 07:51:57下载
- 积分:1
-
OPengl handbook是一本opengl入门的好书,英文原文,不像翻译版对某些概念解释模糊,该资料清晰明了,简单易懂。...
OPengl handbook是一本opengl入门的好书,英文原文,不像翻译版对某些概念解释模糊,该资料清晰明了,简单易懂。-OPengl handbook is a good book opengl entry, English text, unlike translations of certain concepts are ambiguous, the data are clear, easy to understand.
- 2022-12-19 19:55:08下载
- 积分:1
-
NEHE的48课时的全部源代码 一个一个从原网站上拷下来的 很辛苦 相信大家找了很久了吧!...
NEHE的48课时的全部源代码 一个一个从原网站上拷下来的 很辛苦 相信大家找了很久了吧!-NEHE 48 hours all the source code for a one copy from the original site down I believe we worked very hard for a long time to find a bar!
- 2022-03-22 07:34:56下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。...
基于OpenGL的三维图形显示中的显示列表设置,实现基于显示列表的三维动态显示,供研究开发人员使用。-OpenGL-based three-dimensional graphical display of the display list settings, the display list based on the three-dimensional dynamic display, for research and development personnel.
- 2022-03-10 19:52:34下载
- 积分:1
-
Opengl绘制镜子效果
应用背景混合是什么呢?混合就是把两种颜色混在一起。具体一点,就是把某一像素位置原来的颜色和将要画上去的颜色,通过某种方式混在一起,从而实现特殊的效果。
假设我们需要绘制这样一个场景:透过红色的玻璃去看绿色的物体,那么可以先绘制绿色的物体,再绘制红色玻璃。在绘制红色玻璃的时候,利用“混合”功能,把将要绘制上去的红色和原来的绿色进行混合,于是得到一种新的颜色,看上去就好像玻璃是半透明的。
要使用OpenGL的混合功能,只需要调用:glEnable(GL_BLEND);即可。
要关闭OpenGL的混合功能,只需要调用:glDisable(GL_BLEND);即可。
注意:只有在RGBA模式下,才可以使用混合功能,颜色索引模式下是无法使用混合功能的。关键技术 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-13 12:23:43下载
- 积分:1
-
读MS3D形式三
读取ms3d格式的三维模型,含动画显示的源代码-Read ms3d form three-dimensional model, with animations displayed in the source code
- 2023-02-06 01:55:03下载
- 积分:1