-
OpenGl 示例程序
基于VC6.0++和OpenGl 编写的 3D图形显示例程序,帮助初学者体会OPENGL学习!工程完整,可调试运行!
- 2023-09-04 23:10:03下载
- 积分:1
-
利用Visual C++和OpenGL联合写的一段演示程序,说明OpenGL的透视效果是如何实现...
利用Visual C++和OpenGL联合写的一段演示程序,说明OpenGL的透视效果是如何实现-The use of Visual C++ And OpenGL to write a section of a joint demonstration program to illustrate the effect of OpenGL perspective is how to achieve
- 2022-03-17 20:53:01下载
- 积分: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
-
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果
不使用DirectX或OpenGL作成的3D立方体效果 作者: po 不使用DirectX或OpenGL而实现的3D立方体效果-not use DirectX or OpenGL 3D cube make the results Author : po not use DirectX or OpenGL and 3D cube achieve results
- 2022-06-13 22:58:41下载
- 积分:1
-
熟悉OpenGL函数,并绘制一个简单的场景
在黑色背景中渲染一个白色矩形,使用GLUT。
- 2023-07-11 16:35:04下载
- 积分:1
-
实现了氢原子电子绕核运动的立体仿真,可随意更换视角,用OPENGL编写...
实现了氢原子电子绕核运动的立体仿真,可随意更换视角,用OPENGL编写-achieve a hydrogen atom electronic nuclear movement around the three-dimensional simulation, free replacement of perspective and using OpenGL prepared
- 2022-04-28 16:16:17下载
- 积分:1
-
OpenGL, prepared the terrain and sky, roaming when the point of view will change...
OpenGL下编写的地形和天空,漫游的时候,视点会随着地形的起伏而变化。-OpenGL, prepared the terrain and sky, roaming when the point of view will change as the undulating terrain.
- 2022-08-25 14:37:43下载
- 积分:1
-
用OpenGL网格化画一个大写字母A,并且可以自动旋转!
用OpenGL网格化画一个大写字母A,并且可以自动旋转!-Use OpenGL drawing a grid of capital letters A, and can automatically rotate!
- 2022-02-12 22:58:32下载
- 积分:1
-
3D轨迹球 3D地球
3D的OpenGL程序,带轨迹球功能,可以跟踪鼠标运动,实现地球模型跟随鼠标运动。此外,ARCBOLL.cpp,arcball.h,可单独嵌入到项目中去,作为OpenGL轨迹控制源代码
- 2022-12-18 00:05:03下载
- 积分:1
-
一个Opengl程序,响应鼠标,双视口,希望对有需要的朋友有所帮助。...
一个Opengl程序,响应鼠标,双视口,希望对有需要的朋友有所帮助。-A opengl procedures, in response to the mouse, double as the mouth, and they hope to have a friend in need help.
- 2023-04-28 21:35:03下载
- 积分:1