-
利用opengl实现一个小型太阳系的运动,可以通过键盘控制地球的自转和公转,d逆时针自传,D顺时针自转,y逆时针公转,Y顺时针公转...
利用opengl实现一个小型太阳系的运动,可以通过键盘控制地球的自转和公转,d逆时针自传,D顺时针自转,y逆时针公转,Y顺时针公转-use opengl achieve a small movement of the solar system, Keyboard control through the Earth"s rotation and revolution, d counterclockwise autobiography, D clockwise rotation, y pare revolution, Y clockwise revolution
- 2022-01-26 07:19:11下载
- 积分:1
-
把OpenGL转换为AVI动画片
把OpenGL转换为AVI动画片-put OpenGL converted to AVI animation
- 2022-08-07 02:43:10下载
- 积分: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
-
在VC2003实现OpenGL图形的融合,是初学者的良师益友…
在VC2003中结合OpenGL实现绘图功能,是初学者的良师.值得看看.-In VC2003 realize the integration of OpenGL graphics, is the mentor for beginners. Worthwhile to see.
- 2023-01-17 05:10:04下载
- 积分:1
-
使用最新的opengl扩展fbo编写的程序,该扩展提供了替代pbuffer的功能,使MRT的实现更加方便。使用vc6和ogl2.0编写。...
使用最新的opengl扩展fbo编写的程序,该扩展提供了替代pbuffer的功能,使MRT的实现更加方便。使用vc6和ogl2.0编写。-use the latest expansion FBO opengl prepared by the procedures, the extension provides alternative pbuffer function, the MRT achieve more convenient. Use vc6 and ogl2.0 prepared.
- 2023-03-31 04:30:04下载
- 积分:1
-
MultiTexturing opengl
MultiTexturing opengl
- 2023-08-30 02:45:03下载
- 积分:1
-
高度图OpenGL
height map opengl
- 2023-01-13 18:15:03下载
- 积分:1
-
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去...
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去-three billiards simulation program. By the left and right keys can move around Perspective. Up and down up and down perspective. When aiming the ball, the right mouse button is pressed backward drag clubs, stresses struck out
- 2022-09-08 03:50:02下载
- 积分:1
-
通过VC和OpenGL实现三维人脸,在VC 6编译
通过VC++和OPenGL实现人脸的三维显示,在
vc++6.0下编译通过
-through VC and achieve OpenGL 3D Face, in vc 6.0 compile
- 2023-08-01 17:20:07下载
- 积分:1
-
OPENGL组织的Glut说明书,版本3.0,OPENGL的开发利器
OPENGL组织的Glut说明书,版本3.0,OPENGL的开发利器-OPENGL organizations Glut Manual, version 3.0, OPENGL development tool
- 2023-08-11 02:35:03下载
- 积分:1