-
opengl在mfc下运行实现的几个基本操作
根据课程理解,在mfc下摘取opengl核心代码在display中运行,实现几何变换,投影,光照等基本操作
- 2023-09-07 05:25:03下载
- 积分:1
-
通过改变窗体大小来实现图象的重叠,使用了opengl,当然要链接三个文件可打开,project/setting/link/opengl32.lib glu32....
通过改变窗体大小来实现图象的重叠,使用了opengl,当然要链接三个文件可打开,project/setting/link/opengl32.lib glu32.lib glaux.lib -through changes in the form size to achieve the overlapping images, using opengl, of course, to link three documents can be opened, project/setting/link/opengl32.lib glu32.lib glaux.lib
- 2022-12-03 14:50:03下载
- 积分:1
-
这是Nehe的OOP的OPenGL代码演示
这是Nehe的OOP的OPenGL代码演示-This is the OOP Nehe OpenGL demo code
- 2022-01-28 15:38:40下载
- 积分:1
-
这是VC和OpenGL制作的场景,其中三成的三维模型数据(数据…
这是OPENGL和VC++制作的场景,其中导入了3D模型数据(数据已经转换为".H"的C语言形式.-This is OpenGL and VC produced scenes three of them into the D model data (data have been replaced. " H "in the form of C language.
- 2023-06-17 05:50:04下载
- 积分:1
-
VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏....
VC+OpenGL做的,还有些bug,显示二维是根据高程的分层设色,三维能很明显表现出地形起伏.-VC OpenGL done, but also some bug show is based on two-dimensional layered elevation colors, 3-D can be shown very clearly undulating topography.
- 2023-04-19 08:05:04下载
- 积分:1
-
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。...
使用vc6环境,基于ogl和cg实现的displacement map的效果。需要可编程管线的显卡支持。-vc6 use of the environment, based on t cg and the displacement map to achieve results. The need for programmable graphics pipeline support.
- 2022-07-01 10:09:44下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
读取3DS的入门程序
可读取从Max导出的3DS模型并使用OpenGL渲染...
读取3DS的入门程序
可读取从Max导出的3DS模型并使用OpenGL渲染-Read 3DS entry program can be read from the Max export 3DS model and use the OpenGL rendering
- 2022-05-25 03:34:01下载
- 积分:1
-
nehe opengl 第二课
nehe opengl 第二课-nehe opengl second cla
- 2023-05-08 10:50:03下载
- 积分:1
-
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体-use vc called opengl interface function, in the window display 2D color fonts
- 2022-03-26 05:26:27下载
- 积分:1