-
MFC显示三维点云openInventor
三维点云,openInventor,MFC实现三维点云的显示和旋转等操作,在C++中使用OpenInVentor实现三维二维的图形显示以及变换操作.-In the C++ Use OpenInVentor realize three-dimensional two-dimensional graphics display and transform operations
- 2022-02-01 06:48:58下载
- 积分:1
-
键盘接口
eryeryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
- 2023-01-29 17:05:04下载
- 积分:1
-
opengl编程环境配置 ,用来给opengl指路
opengl编程环境配置 ,用来给opengl指路-opengl programming environment configuration, used to opengl Beacon
- 2023-02-03 18:10:04下载
- 积分:1
-
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!...
用opengl编写的一个简单的由颜色变换组成的立方体,可以旋转的功能,已经调试!-use opengl prepared by a simple color change of cube, can rotate function, Debugging already!
- 2022-07-05 09:35:39下载
- 积分:1
-
Prepared by a real OpenGL teapot models, can hit lights, can also rotate
用OpenGL编写的一款真实茶壶模型,可以打灯,也可以旋转-Prepared by a real OpenGL teapot models, can hit lights, can also rotate
- 2022-01-26 01:12:17下载
- 积分: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 junior studying classical routines for the feedback function, contribute to the understanding of feedback function.
- 2022-02-06 15:38:30下载
- 积分:1
-
On the octree for collision c++ Examples in great detail on the application of o...
关于八叉树用于碰撞的c++例子,很详细,对八叉树的应用作了很好的解释-On the octree for collision c++ Examples in great detail on the application of octree made a good explanation
- 2023-01-23 23:05:03下载
- 积分:1
-
opengl es 1.0 简单的例程,常用的接口基本动用上了
opengl es 1.0 简单的例程,常用的接口基本动用上了-opengl es 1.0 samplecode
- 2022-12-29 04:30:04下载
- 积分:1
-
导入3ds格式范例,在opengl中显示
这是一个可以导入3ds格式文件的完整的opengl程序。从而可以实现在opengl中对3ds文件的操作。-A complete opengl program can import 3ds file format.
- 2022-04-19 00:32:32下载
- 积分:1