-
OpenGL实现二维图像的三维显示
图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等
- 2022-01-24 15:24:10下载
- 积分:1
-
OPENGL 简单实现
OPENGL 简单实现-OPENGL simple to achieve
- 2022-01-25 23:02:30下载
- 积分:1
-
本书详细介绍了OpenGL OpenGL
基于opengl的opengl书籍设计
- 2022-05-22 02:08:06下载
- 积分:1
-
3D openGL 漫游
这是一个在3D场景中进行漫游的系统,可以以中心为一点任意的旋转地球。该系统是基于MFC和OPENGL框架的,并且加载了地形。
- 2022-10-18 22:45:14下载
- 积分:1
-
光线追踪程序
光线追踪程序,对初学者来说有一定的借鉴意义,有OpenGL库的可以直接运行,没有的话需要自己配置相关
环境,但是release里编译好的exe可以直接查看效果。
- 2022-06-16 07:12:15下载
- 积分:1
-
有openGl编的机器人程序
有openGl编的机器人程序-openGl a series of the robot procedures
- 2022-03-05 18:27:19下载
- 积分:1
-
opengl one small banner texture
opengl纹理 一面小旗帜-opengl one small banner texture
- 2022-04-23 00:58:09下载
- 积分:1
-
鼠标可以平移物体,右键旋转菜单,完美解决屏幕坐标到三维坐标的转换
鼠标可以平移物体,右键旋转菜单,完美解决屏幕坐标到三维坐标的转换
- 2023-05-20 05:00:04下载
- 积分:1
-
画简单的球
to draw simple sphere
- 2023-02-21 06:50:03下载
- 积分:1
-
本程序实现以下功能:
1.绘制茶壶(T)
2.添加光照(T)
3.添加纹理(T)
4.鼠标左键控制茶壶旋转(T)
操作步骤:按鼠标左键茶壶...
本程序实现以下功能:
1.绘制茶壶(T)
2.添加光照(T)
3.添加纹理(T)
4.鼠标左键控制茶壶旋转(T)
操作步骤:按鼠标左键茶壶旋转,按一次旋转30°。
5.鼠标右键控制茶壶平移(T)
操作步骤:按鼠标右键茶壶向右移动,每次移动0.5厘米
6.键盘控制茶壶纹理的变化(T)
操作步骤:按键盘的 w 和 s 键实现纹理的改变
7.键盘方向键控制camera的前进后退,左移和后移 (T)
操作步骤:按键盘的四个方向键实现茶壶四种方向的移动
8.实现水壶的退出-This procedure to achieve the following functions: 1. Drawing teapot (T) 2. Add light (T) 3. Add texture (T) 4. Teapot rotating the left mouse button to control (T) steps: Click the left mouse button rotate the pot by a rotation 30 °. 5. Teapot with the right mouse button to control translation (T) steps: Click the right mouse button to the right teapot mobile, each mobile 0.5 centimeters 6. Teapot keyboard to control the changes in texture (T) steps: click the " w " and" s" key changes to achieve texture 7. the keyboard arrow keys to control the forward camera back, the left and post-shift (T) steps: the four keyboard arrow keys to achieve the direction of movement of the four teapot 8. to achieve water out of the
- 2022-04-23 12:15:15下载
- 积分:1