-
应用程序向导创建了这个mfc_basic应用你。这个应用程序不好。
AppWizard has created this mfc_basic application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
- 2022-03-02 11:07:04下载
- 积分:1
-
OpenGL三维图形编程指南 对游戏爱好者,图形开发者非常有帮助的.值得一看....
OpenGL三维图形编程指南 对游戏爱好者,图形开发者非常有帮助的.值得一看.-OpenGL 3D Graphics Programming Guide for game enthusiasts, graphics developers very helpful. Worth a Look.
- 2023-02-05 21:40:03下载
- 积分:1
-
OpenGL入门实例。囊括各章节源代码。
OpenGL入门实例。囊括各章节源代码。-Getting Started with OpenGL examples. The chapters include the source code.
- 2022-04-10 22:32:41下载
- 积分:1
-
详细介绍了如何用openggl编程,例子详细,参考价值高
详细介绍了如何用openggl编程,例子详细,参考价值高-Described in detail how to use openggl programming, examples of detailed, high reference value
- 2022-01-28 10:33:58下载
- 积分:1
-
OpenGL字体编程 包括bitmap文件的载入等技术
OpenGL字体编程 包括bitmap文件的载入等技术-OpenGL programming fonts including bitmap file loading techniques
- 2022-02-06 08:20:47下载
- 积分: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 MFC 模板
这是一个基于VC6.0的单文档的OpenGL模板程序。记得刚刚学OpenGL的时候到处找OpenGL的框架程序,找到一些OpenGL的代码片段时也没办法试,现在只需要在COpenglTemplateView::OnDraw()函数中填入OpenGL绘图代码,就可以看到执行效果了。适用于广大OpenGL爱好者。
- 2022-11-09 01:00:04下载
- 积分:1
-
C60 demo, you can manually rotate freely, but also some other geometric object.
C60演示,可以手动自由旋转,还包括其他一些几何对象。-C60 demo, you can manually rotate freely, but also some other geometric object.
- 2023-05-30 14:45:02下载
- 积分:1
-
虚拟现实,VC++实现。厦门大学海韵园区教学楼的简单三维模型
厦门大学海韵园区教学楼的简单三维模型,opengl-Teaching Building, Xiamen University, Rhine Park, a simple three-dimensional model, opengl
- 2022-02-26 13:34:52下载
- 积分:1
-
一个表现三维地形的程序,效果不错,直接编译就可以了。
一个表现三维地形的程序,效果不错,直接编译就可以了。-The performance of a three-dimensional topography of the procedure, good results, directly compiled on it.
- 2023-05-26 12:00:04下载
- 积分:1