-
实现OpenGL应用程序开发的各种源代码,包含各种应用小程序的Vc++源码。...
实现OpenGL应用程序开发的各种源代码,包含各种应用小程序的Vc++源码。-OpenGL application developers realize a variety of source code, contains a wide range of applications of small procedures Vc++ Source.
- 2023-01-26 06:00:04下载
- 积分:1
-
在C / C++ OpenGL程序显示的喷泉
OpenGL Program for displaying fountains in C/C-OpenGL Program for displaying fountains in C/C++
- 2022-06-15 05:35:16下载
- 积分:1
-
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题
介绍了OPENGL图形的基本操作,各种场景绘制应注意的问题-This is introducing OPENGL operation and issues from scene making
- 2022-03-10 04:43:49下载
- 积分:1
-
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。-OpenGL prepared using a three-dimensional curves and surfaces simulation procedures. Very suitable for beginners and familiar with the three-dimensional curves and surfaces concept.
- 2022-04-23 19:07:39下载
- 积分:1
-
nehe opengl 第一课
nehe opengl 第一课-nehe opengl first class
- 2022-08-06 21:31:56下载
- 积分:1
-
MIT的计算机图形学 热身体 将.obj的兔子显示出来 opengl+Vc6.0
MIT的计算机图形学 热身体 将.obj的兔子显示出来 opengl+Vc6.0 -MIT Computer Graphics of the body will be hot. Obj rabbit displayed the opengl+ Vc6.0
- 2022-08-20 00:31:16下载
- 积分: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
-
OpenGL扩展的应用技术
OpenGL扩展的应用技术-OpenGL application technology expansion
- 2022-03-12 23:27:33下载
- 积分:1
-
OpenGL教学,三维图形绘制 ,一个很好的例子
OpenGL教学,三维图形绘制 ,一个很好的例子-teaching OpenGL and 3D graphics rendering, a very good example
- 2023-03-23 12:15:03下载
- 积分:1
-
graphic image processing projector
图形图像中的投影处理-graphic image processing projector
- 2022-01-25 20:45:26下载
- 积分:1