-
用opengl和VC++实现的雪花的下落过程
用opengl和VC++实现的雪花的下落过程-Use opengl and VC to achieve the whereabouts of the process of snow
- 2022-01-30 14:55:44下载
- 积分: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 realize with a dialog box procedure, hoping to understand for beginners O...
用OpenGL实现的一个对话框程序,希望对初学者了解OpenGL框架结构有帮助!-OpenGL realize with a dialog box procedure, hoping to understand for beginners OpenGL frame structure has to help!
- 2023-05-02 07:30:02下载
- 积分:1
-
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。...
使用ogl和vc6开发的基于pbuffer扩展的离屏渲染程序,用于实现MRT渲染效果。-use and development based vc6 pbuffer extended from screen rendering procedures for the realization of MRT rendering.
- 2022-01-31 15:36:17下载
- 积分:1
-
Opengl world of the game demo, very good
有关opengl世界比赛的演示程序,效果很好-Opengl world of the game demo, very good
- 2022-03-19 18:58:30下载
- 积分:1
-
Using OpenGL realize the 3d environment, a bit like cs
用OpenGL实现的3d环境,有点像cs-Using OpenGL realize the 3d environment, a bit like cs
- 2023-01-29 23:50:04下载
- 积分:1
-
用mfc opengl编写的,转动的球,可能会有数组越界的错误
用mfc opengl编写的,转动的球,可能会有数组越界的错误-mfc opengl prepared with the rotation of the ball, there may be cross-border array of mistakes
- 2022-08-18 23:30:30下载
- 积分:1
-
非常好的opengl学习资料,中文文挡,还有代码解释
非常好的opengl学习资料,中文文挡,还有代码解释-Opengl very good learning materials, the Chinese text block, as well as code to explain
- 2023-02-01 17:25:03下载
- 积分:1
-
- 2023-07-09 13:05:04下载
- 积分:1
-
简单的三维场景,可鼠标控制旋转观看。供初学者参考。
简单的三维场景,可鼠标控制旋转观看。供初学者参考。-Simple three-dimensional scene can watch the mouse to control rotation. Reference for beginners.
- 2022-10-16 16:45:03下载
- 积分:1