-
VC++语言使用OpenGL绘制一系列的组合图形
vc++中使用opengl语言绘制一系列的组合图形-vc++ language using opengl drawing a series of combination of graphics
- 2022-11-23 07:15:03下载
- 积分:1
-
这是使用OpenGL的利用Visual 源代码C++
这是使用OpenGL的利用Visual 源代码C++这段代码2形状补间之间。第一形状为T字母,而另一个是房屋形状。
- 2022-03-24 00:46:41下载
- 积分:1
-
用opengl和visual c++ 实现的喷泉效果的演示,漂亮的喷泉
用opengl和visual c++ 实现的喷泉效果的演示,漂亮的喷泉-use opengl and visual c achieve the effect of the display fountains, and beautiful fountains
- 2022-04-27 15:33:20下载
- 积分:1
-
OPGL做的一个地形图,对于初入门的计算机图形学的有一定的帮助
OPGL做的一个地形图,对于初入门的计算机图形学的有一定的帮助-OPGL make a topographic map, for the early entry of the computer graphics have a certain degree of help
- 2022-12-30 16:05:05下载
- 积分:1
-
OpenGL多视图的实现 OpenGL入门级代码
OpenGL多视图的实现 OpenGL入门级代码-OpenGL the realization of the entry-level OpenGL code
- 2022-02-01 09:26:15下载
- 积分: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
-
VC 和OpenGL编写的屏幕保护程序源码,包括安装卸载程序的源码。利用OpenGL Shading实现3维效果。...
VC 和OpenGL编写的屏幕保护程序源码,包括安装卸载程序的源码。利用OpenGL Shading实现3维效果。-VC and the preparation of the OpenGL screen saver source code, including the installation of the source and unloading procedures. OpenGL Shading realization of the three-dimensional effect.
- 2023-06-21 07:15:03下载
- 积分:1
-
Draw a 3
Draw a 3-D cube withoput OpenGL and DirectX,show some base ideas about 3-D Graphics
- 2023-01-16 15:25:04下载
- 积分:1
-
OPENGL编写时钟表盘
编程实现时钟运动,通过使用OpenGL提供的标准库函数,综合图形学Bresenham画线和画圆的算法,OpenGL颜色模型中的RGBA模式,颜色表示模式等实现指针式时钟运动,并通过点击右键菜单实现时钟背景与时针颜色的转换。根据Bresenham画线和画圆的算法,画出时钟的指针和表盘。再根据OpenGL颜色模型用glColor()定义当前颜色。设置当时钟运行时交换的菜单,运行程序时可变换时钟背景与时针的颜色。在此中综合实现本学期中学习到OpenGL编程中部分的方法与操作。软硬件运行环境:Microsoft Windows XP。工发工具:VC++ 6.0。
- 2022-07-08 01:44:25下载
- 积分:1
-
An opengl programming book.very basic thing.It s very good for beginner,and the...
一本opengl书的源程序,很基础了,对于初学者很好,同时还有glut库-An opengl programming book.very basic thing.It s very good for beginner,and the glut library also attached
- 2023-07-21 08:35:03下载
- 积分:1