-
一个支持OpenGL打印的Win32类
一个支持OpenGL打印的Win32类-a support OpenGL Print category of Win32
- 2022-08-14 01:00:40下载
- 积分:1
-
Opengl画钟
在c++下用opengl画了个钟。用户输入小时,分钟数就能得到显示出该时间的钟的图形。
钟的图形包括圆形边框,小时刻度,分钟刻度和时针分针。
没有画秒针。
很简单的一个小程序,很适合初学者练手学习
- 2022-01-25 20:58:27下载
- 积分:1
-
这是一个基于opengl的桌球游戏,包括power设置,房间灯光,纹理, 得分的设置...
这是一个基于opengl的桌球游戏,包括power设置,房间灯光,纹理, 得分的设置-
this program is game of billards
- 2022-05-30 05:35:08下载
- 积分:1
-
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。...
openGL的初级使用,用程序画出了一个茶壶。并使用了一些键盘鼠标等函数。-openGL primary use, with the procedure to draw a teapot. And the use of a number of functions such as keyboard and mouse.
- 2022-03-06 11:18:55下载
- 积分:1
-
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别...
利用OPENGL编程开发的俄罗斯方块游戏,该游戏的玩法与玩的一般的俄罗斯方块没有区别-use the OpenGL programming Tetris game, the rules of the game to play with the general made no distinction between the Russian ideographic
- 2023-01-28 23:10:03下载
- 积分:1
-
VB+OpenGL编写的二维图形系统,可移动,缩放
VB+OpenGL编写的二维图形系统,可移动,缩放-VB+ OpenGL prepared by two-dimensional graphics system, which can move, zoom
- 2022-03-23 06:08:30下载
- 积分:1
-
里面有在Windows下使用OpenGL绘制的几种三维基本形状作旋转的程序代码,程序精概....
里面有在Windows下使用OpenGL绘制的几种三维基本形状作旋转的程序代码,程序精概.-inside the Windows using OpenGL 3D rendering several basic shape for the rotary code, the corresponding intensive procedures.
- 2022-04-20 00:43:59下载
- 积分: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 3-D graphics system development and examples
- 2023-04-28 05:55:02下载
- 积分:1
-
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中...
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中-I prepared a three-dimensional Opengl operating procedures, Opengl has also packaged into the proceedings
- 2022-03-19 19:46:49下载
- 积分:1