-
opengl游戏编程 书中实例的第3章代码
opengl游戏编程 书中实例的第3章代码-opengl game programming book, Chapter 3 code examples
- 2022-04-30 00:51:38下载
- 积分: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
-
use opengl development of a PDA graphics interface, transparent lid, with sound...
一个用opengl开发的PDA的图形界面,透明的盖子,附有音乐效果,一些的按键控制在文件夹中的readme.txt有说明,自己看吧.-use opengl development of a PDA graphics interface, transparent lid, with sound effects, some of the buttons control the folder with the readme.txt that ion battery.
- 2022-05-15 08:07:49下载
- 积分:1
-
数字图像处理
数字图像处理(Digital Image Processing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-16 22:05:46下载
- 积分:1
-
几个非常经典的OPENGL的程序
几个非常经典的OPENGL的程序-several very classic OpenGL procedures
- 2023-05-23 06:15:03下载
- 积分:1
-
这是一个很好的OpenGL编程实现虚拟现实
这是一个很好的OpenGL编程实现虚拟现实-This is a good OpenGL Programming Virtual Reality
- 2022-03-22 01:28:42下载
- 积分:1
-
nehe的源代码,调试通过,能运行
nehe的源代码,调试通过,能运行-nehe source code, debugging is passed, will be able to run
- 2023-03-24 13:50:03下载
- 积分:1
-
Zooming and Panning an Orthographic Projection对OpenGL图形进行缩放和panning操作...
Zooming and Panning an Orthographic Projection对OpenGL图形进行缩放和panning操作-Orthographic projection of an OpenGL graphics for panning and zooming operation
- 2023-03-06 08:20:03下载
- 积分:1
-
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手...
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手-This is a treasury of a Super OpenGL the CD with the book, they cover most of OpenGL-based MFC library operation example, is well versed in OpenGL programming excellent helper
- 2022-05-26 06:18:35下载
- 积分:1
-
这是Nehe开发的在MFC环境下的Opengl程序
这是Nehe开发的在MFC环境下的Opengl程序-This is the development environment in the MFC procedures Opengl
- 2023-01-21 23:45:03下载
- 积分:1