-
OpenGL display 3
OpenGL显示3维地形,OpenGL显示3维地形-OpenGL display 3-dimensional terrain, OpenGL display 3-dimensional topography
- 2023-05-09 03:40:03下载
- 积分:1
-
我自己做得第一个看的过眼的游戏
需要hge游戏运行库 平台vs2008
里面有详细的技术文档
代码注释很全
大一下学期的课程设计 BugHunt...
我自己做得第一个看的过眼的游戏
需要hge游戏运行库 平台vs2008
里面有详细的技术文档
代码注释很全
大一下学期的课程设计 BugHunt-I have done over the first eyes to see the game need to game hge platform runtime vs2008 there are detailed technical documents Notes code is great about the whole semester" s course design BugHunt
- 2022-04-18 15:09:12下载
- 积分:1
-
OpenAL一个使用opengl的3D引擎。
OpenAL一个使用opengl的3D引擎。-OpenAL opengl use of a 3D engine.
- 2022-02-20 15:47:48下载
- 积分:1
-
This tutorial shows how to use the GL_REFLECTION_MAP_EXT and GL_TEXTURE_CUBE_MAP...
This tutorial shows how to use the GL_REFLECTION_MAP_EXT and GL_TEXTURE_CUBE_MAP extensions to render a reflective Cube map
The dglOpenGL.pas file was created by the team at www.delphigl.com
I have included the html readme for an explanation of using this.-This tutorial shows how to use the GL_REFLECTION_MAP_EXT and GL_TEXTURE_CUBE_MAP exten Dimensions to render a map reflective Cube The dglOpe nGL.pas file was created by the team at www.delp higl.com I have included the html readme for an e xplanation of using this.
- 2022-07-09 10:17:04下载
- 积分:1
-
OpenGL教程
源程序请用 CMAKE进行编译。
一共18个程序,分为程序代码和着色器代码,每一个分别进行运行。
在playground中可以编写自己的OpenGL程序。
- 2022-04-17 04:11:18下载
- 积分:1
-
这是Nehe的OpenGL的.NET代码演示
这是Nehe的OpenGL的.NET代码演示-This is the Nehe OpenGL.NET code demo
- 2022-04-24 14:19:35下载
- 积分:1
-
基础知识关于opengl
基础知识关于opengl-basic knowledge on opengl
- 2022-01-26 00:32:21下载
- 积分: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
-
计算机图形学作业
用于对图像进行动态的模拟
计算机图形学作业
用于对图像进行动态的模拟 -Computer graphics operation used to image dynamic simulation
- 2022-03-06 03:21:38下载
- 积分:1
-
图像处理程序OpenGL编程Chap07_Hanoi.rar
图像处理程序OpenGL编程Chap07_Hanoi.rar-Image processing procedures for OpenGL programming Chap07_Hanoi.rar
- 2022-03-29 04:14:50下载
- 积分:1