-
VC、Opengl编写的屏幕保护程序 包含源码和执行程序 表现了三维手电筒的旋转...
VC、Opengl编写的屏幕保护程序 包含源码和执行程序 表现了三维手电筒的旋转-VC, Opengl prepared by the screen contains the source code and the procedures for implementation of 3D performance of the rotating flashlight
- 2022-05-07 22:26:07下载
- 积分:1
-
opengl 图形
用OpenGL画出各种图形,C语言版本,适合初学OpenGL学习者,简单明了,方便易懂.
- 2022-05-22 01:13:11下载
- 积分:1
-
OPGL的测试工具介绍和比较。笔者根据自己的经验对现有的openGL测试工具进行了详细的比较。...
OPGL的测试工具介绍和比较。笔者根据自己的经验对现有的openGL测试工具进行了详细的比较。-OPGL introduction of testing tools and compared. Author according to their own experience of the existing testing tools openGL carried out a detailed comparison.
- 2022-01-21 00:46:28下载
- 积分:1
-
OpenGL integration painted teapot
OpenGL融合画茶壶-OpenGL integration painted teapot
- 2022-08-11 23:08:16下载
- 积分:1
-
vb+opengl 三维显示的实例. 实现了三维图形的动态显示.
vb+opengl 三维显示的实例. 实现了三维图形的动态显示.-vb opengl 3D display examples. Implementation of 3D graphics dynamic display.
- 2022-01-28 13:23:59下载
- 积分:1
-
openGL源代码,实现了在一个立方体上进行纹理渲染
openGL源代码,实现了在一个立方体上进行纹理渲染-openGL source code, realized in a cube texture rendering
- 2022-06-26 03:55:45下载
- 积分:1
-
不断变幻的图形,很不错的
不断变幻的图形,很不错的-constantly changing graphics, very good
- 2022-07-07 08:15:05下载
- 积分: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
-
香椿阴影算法的C++实现经典的绘制,程序采用C++的…
经典渲染算法toon shading的C++实现,程序采用C++和OpenGL实现-Classic rendering of toon shading algorithm C++ Achieve, procedures using C++ And OpenGL to achieve
- 2022-05-12 21:22:11下载
- 积分:1
-
opengl
opengl 红宝书代码-opengl
- 2023-01-27 16:15:43下载
- 积分:1