-
vc++中opengL中很不错的参考文件,值得一看
vc++中opengL中很不错的参考文件,值得一看-vc++ in opengl a very good reference document, worth a visit
- 2022-11-05 01:20:03下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源码 很基础很实用 第9章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第9章
- 2022-03-18 16:07:06下载
- 积分:1
-
opengl开发例子,delphi开发者有用,欢迎使用.
opengl开发例子,delphi开发者有用,欢迎使用.-opengl example for delphi.welcome your reference.
- 2022-12-21 01:35:04下载
- 积分:1
-
opengl实现的一个太阳系系统,可以通过界面来控制各个星球运转的速度。交互性比较好。...
opengl实现的一个太阳系系统,可以通过界面来控制各个星球运转的速度。交互性比较好。-opengl achieved a solar system, can interface to control the operation of all the speed planet. Interactive is good.
- 2023-01-28 02:40:04下载
- 积分:1
-
opengl图形编程,怎么那么烦。对C高手学习很有用HO!
opengl图形编程,怎么那么烦。对C高手学习很有用HO!-opengl graphics programming, so how annoying. Learning to master C useful HO!
- 2022-02-03 09:30:45下载
- 积分: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
-
with vc and OpenGL 3D real
用vc++和OpenGL实现三维地形实时动态显示-with vc and OpenGL 3D real-time dynamic display of terrain
- 2022-04-11 07:37:49下载
- 积分:1
-
opengl开发的下雪场景,很美观,代码简单,易于理解 ,供初学者参考学习....
opengl开发的下雪场景,很美观,代码简单,易于理解 ,供初学者参考学习.-opengl development of snow scenes, it is beautiful, the code is simple, easy to understand reference for beginners to learn.
- 2023-05-29 20:40:03下载
- 积分:1
-
opengl of incomplete technical terrain shows the source code.
opengl中的lod技术地形显示源代码。-opengl of incomplete technical terrain shows the source code.
- 2023-04-23 04:40:03下载
- 积分:1
-
学校的OpenGL 3D游戏";是一系列的编程书籍。为必要的。
学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。-school OpenGL 3D games "is one of a series of books on programming. Based on a complete 3D game preparation, program design and the technology of teaching. "Learning series OpenGL 3D games" is different from the traditional program design books, it is important to the realization of the game program. For a complete game the main line, means fish on the bone-related knowledge and technology, strive to better readability.
- 2023-04-13 08:20:03下载
- 积分:1