-
3DS文化转换软件,超好,不下载后悔
3DS文化转换软件,超好,不下载后悔-3DS cultural conversion software, super-good, do not download the regret
- 2022-03-20 04:18:04下载
- 积分: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环境下绘图,并将绘图结果保存下来
openGL在MFC环境下绘图,并将绘图结果保存下来-MFC environment mapping, mapping results will be preserved
- 2022-03-15 09:38:31下载
- 积分:1
-
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。...
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。-MFC about an environment based on OpenGL programming books, for those who need to use MFC to OpenGL programming that some people should assist.
- 2022-08-20 23:41:38下载
- 积分:1
-
opengl
opengl-2.0 specification
- 2022-01-31 22:03:13下载
- 积分:1
-
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体...
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体-this program is based on opengl platform developed by the 3d c code, the graphic pictures posted with the cube
- 2022-10-29 21:15:03下载
- 积分:1
-
OpenGL四的基本开发方法,如何实现彩色旋转多边形,…
OPENGL基本开发方法之四,如何实现旋转的彩色多边形,如何实现场景的基本平衡移和旋转-OPENGL four basic development methodology, how to achieve color rotary polygon, how to achieve a basic balance between scenes shift and rotation
- 2023-06-23 23:25:04下载
- 积分:1
-
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。...
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。-Using VC++6.0 and OpenGl implementation of the rotation of the ball, you can choose whether or not the effect of spherical and so easy, drag the mouse is also very practical.
- 2023-02-18 08:25:03下载
- 积分:1
-
opengl source code, implements a rope simulation, there are shadow effects
opengl源代码,实现了一条绳子的模拟,有阴影效果-opengl source code, implements a rope simulation, there are shadow effects
- 2023-05-09 01:45:04下载
- 积分:1
-
计算机图形学OpenGL VC++可以运行,但需要文件支持
计算机图形学 opengl VC++ 可以直接运行 但是需要文件支持-Computer graphics opengl VC++ can run, but need to file support
- 2022-07-13 00:24:57下载
- 积分:1