-
MFC中三维图形的旋转缩放平移
在vs2010 C++ MFC opengl 环境中实现,MFC中三维图形的旋转缩放平移,键盘控制物体上下左右移动,和鼠标控制物体旋转,鼠标滚轮控制物体放大缩小,这里绘制的图形是一个长方体
- 2022-06-15 17:19:00下载
- 积分:1
-
opengl地图
一个用opengl实现的地图,可以展现贴图,纹理等等一些基本的opengl知识,适合初学者借鉴参考,代码比较完善,实现的函数比较详细,简单易懂。
- 2022-08-24 17:25:57下载
- 积分:1
-
学习过程中对学生的窗口编程很有帮助。本程序…
本程序是对想学习windows编程的同学很有帮助.本程序是基于opengl的,可以在不同的视角来观察飞机的造型,对防真学的同学大有帮助.-the process of learning to students of windows programming helpful. The procedure is based on opengl, in a different perspective to observe the shape of the aircraft, the defense really study the students of great help.
- 2022-01-26 20:20:06下载
- 积分:1
-
一个用C++和OPENGL编写的模拟三维地形分层调色的程序
一个用C++和OPENGL编写的模拟三维地形分层调色的程序-One with C++ And OPENGL prepared three-dimensional simulation of layered terrain palette procedures
- 2022-01-25 20:28:32下载
- 积分:1
-
用OPENGL技术编写的一个带有表面贴图的立方体的3D变换的程序。...
用OPENGL技术编写的一个带有表面贴图的立方体的3D变换的程序。-OpenGL technology used to prepare the surface with a map of the 3D cube transformation process.
- 2023-08-08 05:25:03下载
- 积分:1
-
OpenGL初级学习的经典例程,用于实现反馈功能,有助于对反馈功能的理解。...
OpenGL初级学习的经典例程,用于实现反馈功能,有助于对反馈功能的理解。-OpenGL junior studying classical routines for the feedback function, contribute to the understanding of feedback function.
- 2022-02-06 15:38:30下载
- 积分:1
-
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中...
本人编写的一个三维Opengl运行程序,Opengl已经打包成库也在程序中-I prepared a three-dimensional Opengl operating procedures, Opengl has also packaged into the proceedings
- 2022-03-19 19:46:49下载
- 积分:1
-
机器人臂的手指
机器人臂的手指
此过程编写使用 OpenGL 基于对话框的 MFC 程序,更改程序绘制六自由度工业机器人
程序,包括如何配置 OpenGL 显示基于对话框中,环境和六度自由度机器人手臂拉长。
已修改的程序开发环境为微软的 VS2008,VS2008 OpenGL 环境中运行程序之前, 的配置具体怎么配置了,请您自己的查询
- 2022-03-10 16:44:37下载
- 积分:1
-
DDA 算法的实现
数字微分分析器或只是简略的 DDA 直线绘制算法是用于光栅图形设备中绘制线条。在这种算法,在行的开始和结束位置已提供。
中介像素位置将在起始点和结束点之间的时间间隔的变量线性内插法计算。该算法如下所示:
让开始和结束点线的是 (x 1,y1) 和 (x2,y2),分别。所以坡、 m = (y2-y1)/(x2-x1)。根据 m 和该象限的 (x,y) 的值属于,中介像素职位要计算如下:
职位要计算如下:
象限
m < = 1
m > 1
第一次
x = x + 1
y = y + m
x = x + 1/m
y = y + 1
第二次
x = x 1
y = y + m
- 2022-08-10 08:17:23下载
- 积分:1
-
Point light source examples of the river for the DXUT scene rendering. Given her...
点光源河面光源的实例,用于在DXUT场景的渲染。这里给出的c++代码,适合初学者-Point light source examples of the river for the DXUT scene rendering. Given here c++ Code, suitable for beginners
- 2022-03-19 22:52:16下载
- 积分:1