-
opengl 场景绘制
opengl 绘制场景绘制 ,包括天空盒,房子,有门可自动开关,碰撞检测不能随意穿透墙体,光照包含室内室外的光照。
- 2022-05-09 10:17:59下载
- 积分:1
-
计算机图形学大作业openmesh&qt
资源描述计算机图形学大作业QTModelViewer,openmesh结合qt,网格细分结合边的反转,opengl三维图像的编辑,运行通过!
- 2022-06-19 00:25:30下载
- 积分:1
-
关于opengl的相关知识,只要针对初学者而言。
关于opengl的相关知识,只要针对初学者而言。-With regard to opengl related knowledge, as long as the terms for the beginner.
- 2022-02-14 02:27:09下载
- 积分:1
-
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!...
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!-The method is explained in detail the various principles of the collision as well as the opengl application for a collision!
- 2023-09-01 23:05:04下载
- 积分:1
-
简单的程序有助于测试OpenGL实现采集。许多…
Collection of simple programs helpful for testing an OpenGL implementation. Many have keyboard options (see source for details). and More samples collected from a variety of places-Collection of simple programs helpful for testing an OpenGL implementation. Many have ke yboard options (see source for details). and Mo "re samples collected from a variety of places
- 2022-06-12 23:26:30下载
- 积分: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
-
qwt详细使用示例
实现qt,曲线绘图,最基本的方法,详细的源码,适合新手学习,非常好的学习资料
- 2022-02-16 06:43:04下载
- 积分:1
-
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
重要的事情说三遍
内含适合各种系统的代码
- 2022-02-10 08:38:56下载
- 积分:1
-
在一个水晶杯里,舒展的茶叶打着旋漫漫下沉,是学习VC的不错资料...
在一个水晶杯里,舒展的茶叶打着旋漫漫下沉,是学习VC的不错资料-In a crystal cup,打着旋long stretch of tea goes down, is to learn from the good information VC
- 2022-03-18 16:05:39下载
- 积分:1
-
关于opengl的相关知识,主要针对初学者而言。
关于opengl的相关知识,主要针对初学者而言。-About opengl related knowledge, mainly for the beginner is concerned.
- 2022-03-12 22:50:36下载
- 积分:1