-
OpenGL三维图形开发环境设计三
OpenGL三维图形开发环境 OpenGL三维图形开发环境设计-OpenGL 3D OpenGL graphics development environment designed three-dimensional graphics development environment
- 2022-03-10 17:53:50下载
- 积分:1
-
此源代码介绍了利用图形控件的方法,是OPENGL的初学者的一个很好的事列...
此源代码介绍了利用图形控件的方法,是OPENGL的初学者的一个很好的事列-this source code introduced to the use of graphical controls, the beginners OpenGL is a good thing out
- 2022-08-17 23:52:16下载
- 积分:1
-
E: image
E:图像处理程序OpenGL编程Chap07_Maze.rar-E: image-processing procedures OpenGL Programming Chap07_Maze.rar
- 2023-02-04 11:10:04下载
- 积分:1
-
opengl虚拟地形
opengl编程篇,是一个关于虚拟地形场景漫游,导弹发射的程序,很适合初学者的,值得研究
- 2022-04-28 10:27:02下载
- 积分:1
-
使用OpenGLES的库实现各种纹理特效,包括水纹,模糊等。The application demonstrates several effects using...
使用OpenGLES的库实现各种纹理特效,包括水纹,模糊等。The application demonstrates several effects using GLES functions.Such as Matt effect Focus blur, Uniform blur and so on.-The use of the library OpenGLES realize a variety of texture effects, including水纹, fuzzy, etc.. The application demonstrates several effects using GLES functions.Such as Matt effect Focus blur, Uniform blur and so on.
- 2022-03-18 12:19:15下载
- 积分:1
-
时间可以帮朋友研究虚拟现实学习的例子包括一个框架…
时间 可帮助出学习虚拟现实的朋友 学习的例子 包括了框架 基本操作
-Time can help a friend study virtual reality learning examples include a framework for basic operation
- 2022-02-21 22:47:30下载
- 积分:1
-
OpenGL代码,显示在贪婪的立方体。颜色方法和三维图形
opengl code, shows the cube in greed. colour method and 3d graphic-opengl code, shows the cube in greed. color method and 3d gra phic
- 2022-02-03 18:55:23下载
- 积分:1
-
opengl+vc++开发的水的模型,很不错的程序
opengl+vc++开发的水的模型,很不错的程序-opengl+ vc++ developed water model, very good procedures
- 2023-04-17 21:00:03下载
- 积分:1
-
用OpenGL制作的三维动画,很好看的,很逼真,可以让你更好的了解OpenGL。...
用OpenGL制作的三维动画,很好看的,很逼真,可以让你更好的了解OpenGL。-OpenGL produced using three-dimensional animation, very good looking, very realistic, can let you a better understanding of OpenGL.
- 2022-02-14 15:52:14下载
- 积分: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