-
一个OPENGL的例子,适合初学OPENGL的朋友练习。
一个OPENGL的例子,适合初学OPENGL的朋友练习。-an OpenGL examples, suitable for beginners to practice OpenGL friends.
- 2022-01-25 19:54:29下载
- 积分:1
-
the VC OpenGL graphics development of the program's source code
有关OPENGL的VC++开发的图形处理程序的源代码-the VC OpenGL graphics development of the program"s source code
- 2022-01-31 10:31:51下载
- 积分: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
-
this is the headear file to crate 3d spheres.. or 3d objects
this the headear file to crate 3d spheres.. or 3d objects-this is the headear file to crate 3d spheres.. or 3d objects
- 2022-09-10 23:50:02下载
- 积分:1
-
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术...
VC实现单螺杆的计算机仿真计算及模拟,采用的技术是有OPENGL等技术-VC single screw computer simulation calculation and simulation, the technology is OpenGL technology
- 2022-05-16 08:37:20下载
- 积分:1
-
opengl游戏编程 书中实例的第3章代码
opengl游戏编程 书中实例的第3章代码-opengl game programming book, Chapter 3 code examples
- 2022-04-30 00:51:38下载
- 积分:1
-
opgl模拟机器人手臂,一个很好的例子,适合初学者学习!~
opgl模拟机器人手臂,一个很好的例子,适合初学者学习!~-opgl simulated robot arm, a good example for beginners learning! ~
- 2022-05-15 23:20:13下载
- 积分:1
-
vc+opengl 做的例子系统,非常漂亮好看
vc+opengl 做的例子系统,非常漂亮好看-vc+ opengl to do the example system, a very pretty good-looking
- 2022-08-05 14:24:58下载
- 积分:1
-
一个用OpenGL做3D动画,适用于初学OpenGL的朋友,对入门是一个不错的例子...
一个用OpenGL做3D动画,适用于初学OpenGL的朋友,对入门是一个不错的例子-a done with OpenGL 3D animation, applied to a novice OpenGL friends, right portal is a good example
- 2023-07-16 16:20:07下载
- 积分:1
-
The goal of this project is to create an interactive teaching demo for Bezier su...
The goal of this project is to create an interactive teaching demo for Bezier surface patch. It can be used in CAGD courses, and help the students to have a better understanding of Bezier surface patch.
- 2023-02-23 16:50:03下载
- 积分:1