-
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者-Use OpenGL 3D library written in billiards, the establishment of the physical model, upper and lower control ball around for beginners
- 2022-07-28 03:13:48下载
- 积分: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 Night Sky
- 2022-06-14 22:01:24下载
- 积分:1
-
- 2023-07-09 13:05:04下载
- 积分:1
-
骨骼动画源代码。使用工具:OpenGL+3dsftk
骨骼动画源代码。使用工具:OpenGL+3dsftk-skeletal animation source code. Use Tools : OpenGL+3 dsftk
- 2022-07-16 09:02:20下载
- 积分:1
-
采用OpenGL API编写的一个多彩的立方体。
采用OpenGL API编写的一个多彩的立方体。-A color cube writed in OpenGL API.
- 2023-01-21 03:10:03下载
- 积分:1
-
vc++结合opengl类库编出来的云彩的动态模拟
vc++结合opengl类库编出来的云彩的动态模拟-vc++ class libraries compiled with opengl out of the clouds of the dynamic simulation of
- 2022-05-23 07:48:46下载
- 积分:1
-
openGL编程实例源代码,
包括各种常用的资源。
openGL编程实例源代码,
包括各种常用的资源。-openGL programming examples of source code, including all the resources used.
- 2022-08-15 19:12:13下载
- 积分:1
-
一个模拟太阳、地球、月球的动画
一个模拟太阳、地球、月球的动画-a simulated sun, the earth, moon animation
- 2023-05-23 18:05:03下载
- 积分:1
-
how to get the object s skeletion!
how to get the object s skeletion!
- 2022-04-08 10:45:08下载
- 积分:1