-
我们将使用
We will use B-spline curve Continue
- 2022-03-04 02:58:41下载
- 积分:1
-
三位地形的模拟。由于地形的模拟通常需要大量的数据,在满足视觉效果的前提下,使用LOD技术提高程序速度...
三位地形的模拟。由于地形的模拟通常需要大量的数据,在满足视觉效果的前提下,使用LOD技术提高程序速度-three terrain simulation. Because of the topography simulation usually require large amounts of data to meet the visual effects on the premise that the use of technology to improve procedures LOD speed
- 2022-11-30 11:00:03下载
- 积分:1
-
use OpenGL prepare a topographical data processing tool for the development, mai...
用OPENGL编写的一种地形数据文件处理工具的开发,主要是提取并显示DEM文件-use OpenGL prepare a topographical data processing tool for the development, mainly DEM extraction and display documents
- 2023-07-04 07:35:03下载
- 积分:1
-
Cubic spline, based on VC++ The opengl graphics code
三次样条,基于VC++的opengl图形代码-Cubic spline, based on VC++ The opengl graphics code
- 2023-08-24 14:35:02下载
- 积分:1
-
室内场景漫游实例,还有碰撞检测这一功能,很不错的
室内场景漫游实例,还有碰撞检测这一功能,很不错的-Examples of indoor scenes roaming, as well as the collision detection function, it is good
- 2022-07-16 02:13:15下载
- 积分:1
-
OpenGL water sample. Requires Visual C++ 6.0.
OpenGL water sample. Requires Visual C++ 6.0.
- 2022-03-17 19:10:31下载
- 积分: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
-
基于VisualC++的OpenGL实现三维图形的拾取功能,学习游戏…
基于visualc++ opengl,实现了三维图形的拾取功能,供学习游戏制作和计算机图形学的朋友借鉴。-based visualc opengl, realized 3D graphics picking function, learning games for the production and computer graphics from a friend.
- 2022-08-06 12:17:03下载
- 积分:1
-
opengl simple combination of mapping and dynamic so that the primary comparison...
opengl简单的绘制与动态的结合,使比较初级的程序-opengl simple combination of mapping and dynamic so that the primary comparison procedures
- 2023-07-11 08:35:02下载
- 积分:1
-
扫描二维或三维区域的交叉部分,通过三维曲线,得到交叉部分的曲面区域...
扫描二维或三维区域的交叉部分,通过三维曲线,得到交叉部分的曲面区域-Sweeps out a 2D cross section (a circle, square, whatever, doesn t even have to be a closed path) through a 3D curve, and returns the generated surface as [X,Y,Z] for use with SURF.
- 2022-11-05 00:25:02下载
- 积分:1