-
本程序中才用了立方体贴图,opengl执行光照计算,并根据标准光照模式计算单个片断的颜色。然后这些片断颜色与应用到几何图形的过滤纹理单元混合。...
本程序中才用了立方体贴图,opengl执行光照计算,并根据标准光照模式计算单个片断的颜色。然后这些片断颜色与应用到几何图形的过滤纹理单元混合。-This procedure have used the cube texture, opengl implementation of lighting calculation, and in accordance with standard illumination pattern of a single fragment color. And then the color and application of these fragments to the geometry of the filter unit mixed texture.
- 2023-03-03 17:25:04下载
- 积分:1
-
四球闪电…
Four Sphere Lightning -Four Sphere Lightning ...
- 2023-01-23 03:05:05下载
- 积分:1
-
opengl的一个简单的图形设计例子
opengl的一个简单的图形设计例子-opengl a simple example of graphic design
- 2022-09-01 05:00:03下载
- 积分:1
-
用vertex shader进行繁重的渲染工作,可以获得很多很多的好处
用vertex shader进行繁重的渲染工作,可以获得很多很多的好处-using vertex shader for rendering the heavy work, many of the available benefits
- 2022-03-12 13:38:42下载
- 积分: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
基于OpenGL的三维地下管线信息系统的设计与实现-OpenGL-based 3D Underground Pipeline Information System Design and Implementation
- 2022-01-25 19:24:03下载
- 积分:1
-
这是OpenGL绘制三维图形的源代码,比较使用,日…
这是利用OPENGL绘制3D图形的源代码,比较使用,自己可以根据需要修改,比较实用!-This is the use of OPENGL rendering 3D graphics source code, compare the use, they can edit, compare and practical!
- 2022-03-31 07:51:32下载
- 积分:1
-
An OpenGL sample to realize rolling earth.Relate to lighting,texture,time and so...
用OpenGL写的一个实现地球旋转的例程。涉及到光照,纹理,定时器等。-An OpenGL sample to realize rolling earth.Relate to lighting,texture,time and so on.
- 2022-03-13 08:26:40下载
- 积分:1
-
读取ply文件三角网格
涉及ply 文件的读取 及OpenGL中显示,三维图像主要是三维网格组成 面 线 点构成拓扑结构 本文件提供ply文件的读取 以便在openGL 或c++ 平台对文件进行处理
- 2022-04-15 23:58:27下载
- 积分:1
-
导入3ds格式范例,在opengl中显示
这是一个可以导入3ds格式文件的完整的opengl程序。从而可以实现在opengl中对3ds文件的操作。-A complete opengl program can import 3ds file format.
- 2022-04-19 00:32:32下载
- 积分:1