-
这是OPENGL和VC++制作的3D文件载入演示.载入的是.ase文件,同时还做了多个贴图....
这是OPENGL和VC++制作的3D文件载入演示.载入的是.ase文件,同时还做了多个贴图.-This is the VC and OpenGL 3D production of documents included in the demonstration. Contained yes. Ase documents, also done a number of map.
- 2022-03-15 23:50:37下载
- 积分: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
-
VC++ and OpenGL implementation of mobile lines, the effect seems like a bug n mo...
VC++和OpenGL实现线条的移动,效果看起来像n个虫子在移动。-VC++ and OpenGL implementation of mobile lines, the effect seems like a bug n mobile.
- 2022-03-03 03:14:40下载
- 积分:1
-
一个刽子手游戏(大学外号版)
A Hangman Game (College Nickname Edition)
- 2022-03-18 11:37:40下载
- 积分: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
-
nehe sdk教程的源代码 不可多得的好东西
nehe sdk教程的源代码 不可多得的好东西-nehe sdk Copies of the source code very good things
- 2022-01-31 04:09:19下载
- 积分:1
-
在opengl下生成图形,主生成的函数,mainfrm
在opengl下生成图形,主生成的函数,mainfrm-OpenGL
- 2022-11-27 18:30:03下载
- 积分:1
-
A class to easily generate AVI video with OpenGL and Video for Windows
A class to easily generate AVI video with OpenGL and Video for Windows
- 2023-01-10 22:15:03下载
- 积分:1
-
OpenGL超级宝典-第4版
OpenGL超级宝典-第4版 chapter4-transformgl.cpp运行方法
- 2022-12-13 22:30:03下载
- 积分:1
-
VC++ 中用OpenGL绘制机器人操作臂
本程序是用OpenGL编制的基于对话框的MFC程序,改程序绘制了一个六自由度的工业机器人操作臂,
程序中,包含了如何在基于dialog中配置opengl的显示环境,以及六自由度机器人操作臂的绘制。
改程序的开发环境为微软的VS2008,运行程序前先在VS2008中配置opengl环境,具体如何配置,请自行查询
- 2022-02-26 12:32:46下载
- 积分:1