-
This application not only demonstrates the basics of using the Microsoft Foundat...
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
- 2022-06-11 15:51:44下载
- 积分:1
-
CircuitAnalysiswithMATLAB
circuit analysis with matlab
- 2010-11-11 10:43:17下载
- 积分:1
-
OpenGL 纹理测试
本代码主要适合OpenGL的初学者,对一些纹理测试的理解。
- 2022-02-06 17:35:27下载
- 积分:1
-
QT_Tcp
说明: 使用tcp 进行文件传输,(可以当作学习tcp通信传输的参考)(Using TCP for file transfer (can be used as a reference for learning TCP communication transmission))
- 2020-12-25 23:19:04下载
- 积分:1
-
openGL中机器人漫游程序
在OpenGL中创建了机器人框架模型和运动环境框架模型,能够进行虚拟漫游,并且能够进行避障等行为。
- 2023-04-29 16:55:04下载
- 积分:1
-
OpenGL好的例子
OpenGL好的例子 -OpenGL good example
- 2022-03-11 12:23:19下载
- 积分:1
-
QT文具管理
新建数据库,添加相关文具的详细信息,编号,名称,数量,以及价格,购买的数量,库存还剩余的数量,支付的价格,以及找零的金额。界面文件的设计得体。实现了文具的管理,库存,销售,以及结账。
- 2023-05-06 07:40:02下载
- 积分:1
-
OpenGL显示中国包装类
openGl中显示中文的封装类-openGl showed Chinese Packaging Category
- 2022-03-07 10:01:21下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1
-
01
说明: 3.实验原理:
示范代码原理参见教材直线光栅化一节中的DDA算法。下面介绍下OpenGL画线的一些基础知识和glutReshapeFunc()函数。
(1)数学上的直线没有宽度,但OpenGL的直线则是有宽度的。同时,OpenGL的直线必须是有限长度,而不是像数学概念那样是无限的。可以认为,OpenGL的“直线”概念与数学上的“线段”接近,它可以由两个端点来确定。这里的线由一系列顶点顺次连结而成,有闭合和不闭合两种。
前面的实验已经知道如何绘“点”,那么OpenGL是如何知道拿这些顶点来做什么呢?是一个一个的画出来,还是连成线?或者构成一个多边形?或是做其它事情呢?为了解决这一问题,OpenGL要求:指定顶点的命令必须包含在glBegin函数之后,glEnd函数之前(否则指定的顶点将被忽略),并由glBegin来指明如何使用这些点。
(DDAsuanfa)
- 2009-06-21 09:28:44下载
- 积分:1