-
OpenGL高级编程与可视化系统(高级编程篇…
OpenGL高级编程与可视化系统开发(高级编程篇)-9-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) 9
- 2022-03-19 23:55:36下载
- 积分:1
-
OpenGL 做的三维几何零件模型
OpenGL 做的三维几何零件模型-OpenGL 3D geometric model parts
- 2023-03-13 04:45:03下载
- 积分:1
-
with opengl 3d pipe sourcecode,
用VC+OpenGL实现三维管线的全部源码,与国内著名三维软件-灵图软件的地下管线显示效果一样,2005年后灵图开发的怎样我就不知道了,呵呵。可以用鼠标左右键,上下左右键,Insert,Delete,Home,End键实现三维实时动态漫游。动态链接库读取平面管线DXF数据格式,也有源码。-with opengl 3d pipe sourcecode,
- 2023-05-23 05:45:02下载
- 积分: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
-
OpenGL example of an entry
OpenGL的一个入门例子,非常适合新手学习-OpenGL example of an entry
- 2022-08-24 04:38:27下载
- 积分:1
-
采用opengl实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下...
采用opengl实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下-Opengl realize the use of a simple three-dimensional scenes, and the zoom feature to achieve rotation. Texture picture to be with the executable file on the same folder
- 2022-07-13 18:39:36下载
- 积分:1
-
In this tutorial we use Multiple Transforations to simulate the shoulder and elb...
In this tutorial we use Multiple Transforations to simulate the shoulder and elbow of a robotic arm.
- 2022-02-10 10:00:50下载
- 积分:1
-
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦-with OpenGL prepared by the lifelike hair simulation program, very lifelike oh
- 2022-08-07 05:17:57下载
- 积分:1
-
一个基于win32 控制台的Opengl程序,实现了一个渐变色立方体三维显示,并且可以使用键盘控制。...
一个基于win32 控制台的Opengl程序,实现了一个渐变色立方体三维显示,并且可以使用键盘控制。-a console based on win32 Opengl procedures, the gradual realization of a three-dimensional color cube, and can use the keyboard to control.
- 2023-03-25 08:25:03下载
- 积分:1
-
openGL实现3D模型加载
使用OPENGL实现三维模型的加载。openGL + C++实现3维模型的加载,并显示加载的结果
- 2022-04-28 20:45:40下载
- 积分:1