-
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2022-03-14 05:29:36下载
- 积分:1
-
这是利用vc与opengl编制的一个旋转,平移,及光照的动画模拟。...
这是利用vc与opengl编制的一个旋转,平移,及光照的动画模拟。-use vc with opengl establishment of a rotation, translation, animation and illumination simulation.
- 2022-05-18 14:29:07下载
- 积分:1
-
OpenGL编写的实现光的旋转、渲染等的基础小程序,对基础的计算机图形学用帮助...
OpenGL编写的实现光的旋转、渲染等的基础小程序,对基础的计算机图形学用帮助-OpenGL prepared by the optical rotation, and so on the basis of exaggerated small procedures, based on the use of computer graphics to help
- 2022-03-04 17:11:08下载
- 积分:1
-
OpenGL_参考手册
OpenGL_参考手册-OpenGL_ reference manual
- 2023-08-13 03:05:04下载
- 积分:1
-
用OpenGL写的地形渲染程序,适合大地形渲染,值得一看
用OpenGL写的地形渲染程序,适合大地形渲染,值得一看-with OpenGL written procedures exaggerated topography suitable for large Terrain Rendering, an eye-catcher
- 2023-08-30 06:40:04下载
- 积分:1
-
这是一个在VC中OpenGL波仿真结果的源环境,使…
这是一个在VC环境下利用OpenGL模拟水波效果的源程序,充分运用 OpenGL的纹理坐标,贴图坐标相关函数。是学习OpenGL纹理与贴图的理想示例代码。-This is an environment in VC OpenGL wave simulation results of the source, make full use of OpenGL texture coordinates, mapping coordinates correlation function. Learning OpenGL texture mapping with the ideal sample code.
- 2022-07-15 20:54:57下载
- 积分: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中读取.obj文件的程序
这是一个教你如何在vc+OpenGL中读取.obj文件的程序-teach you how to read vc OpenGL. Obj documentation procedures
- 2022-12-20 19:30:09下载
- 积分:1
-
OpenGL技术的融合,融合后的讷河教程的错误
Opengl融合技术,改正了NEHE教程中融合一节的错误-Opengl fusion technology, fusion corrected NEHE a tutorial error
- 2022-07-13 00:59:07下载
- 积分:1
-
opengl搭建的虚拟现实平台,模拟第一人称射击
opengl搭建的虚拟现实平台,模拟第一人称射击-opengl built virtual reality platform to simulate the first-person shooter
- 2022-02-01 07:20:59下载
- 积分:1