-
OpenGL fog examples of the application of procedures
OpenGL中雾的应用的例子程序-OpenGL fog examples of the application of procedures
- 2023-02-04 17:20:03下载
- 积分:1
-
使用OPENGL开发的小引擎,包括图形处理模块,粒子系统模块,输入,音频模块,UI模块...
使用OPENGL开发的小引擎,包括图形处理模块,粒子系统模块,输入,音频模块,UI模块-OPENGL developed using a small engine, including the graphics processing module, particle system module, input, audio module, UI module
- 2022-07-18 07:20:57下载
- 积分:1
-
显示OBJ三维文件源代码
资源描述
资源描述
利用OPENGL和GLUT显示OBJ文件,并利用定时器动态转换位置。
- 2023-03-03 16:00:04下载
- 积分:1
-
此程序供初学opengl者使用较佳,它实现了一个颜色变化的三角形!...
此程序供初学opengl者使用较佳,它实现了一个颜色变化的三角形!-this program for beginners to use opengl better, it achieved a color change the triangle!
- 2023-02-11 14:35:03下载
- 积分:1
-
5dg OpenGL的3D对象
5DG S 3D Objects OpenGL-5DG S OpenGL 3D Objects
- 2022-07-09 07:59:04下载
- 积分:1
-
MFC Opengl三维控件
应用背景
1当二维自定义控件的绘制效果无法满足图形需求时,需要考虑三维控件的可行性;
2在三维控件中,可绘制立体的效果;
3 可在二维图形程序中,绘制三维的图表,如饼图。曼哈顿图等;
关键技术
1 mfc自绘制控件的技术实现;
2 opengl基本绘制图形
3 opengl图形框架,包括编辑,旋转,视图缩放等
4 提供了三维投影,拾取基础类的代码;
5 自定义控件派生自static控件;
void COpenglWnd::Paint()
{
InitOpengl();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//////////////////////////////////////////////////////////////////////////
glPushMatrix();
glTranslated(0,0, -m_OpenglSize.GetEyeDistance() );
RenderOpengl();
glPopMatrix();
HDC m_hgldc = ::GetDC(m_hWnd);
::SwapBuffers(m_hgldc);
}
- 2023-04-10 06:30:03下载
- 积分: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
-
著名的Nehe的OpenGL教程VC++配套源码41-48课,适合OpenGL初学者使用,作者在他的程序中已详加注释...
著名的Nehe的OpenGL教程VC++配套源码41-48课,适合OpenGL初学者使用,作者在他的程序中已详加注释-This is NeHe OpenGL Tourial source code from 1 to 10 with mach comment!
- 2022-01-21 04:27:39下载
- 积分:1
-
生成三维喷泉,能进行三维的旋转,效果不错
生成三维喷泉,能进行三维的旋转,效果不错-Generate three-dimensional fountain, capable of three-dimensional rotation, the effect of good
- 2023-08-24 12:15:04下载
- 积分:1
-
计划 3D 程序
计划程序
若要绘制 3 正方形具有 3使用 opengl 的尺寸大小相同
- 2022-09-12 18:40:03下载
- 积分:1