-
A card deck
此程序使用列表框来显示牌组中的牌和手中的牌。下一个版本将介绍类似于Windows操作系统附带的纸牌和红心游戏中使用的牌图形;
- 2022-02-03 12:12:56下载
- 积分:1
-
VC++ OpenGL全屏事例代码,解决了OpenGL在全屏模式下的绘图.
VC++ OpenGL全屏事例代码,解决了OpenGL在全屏模式下的绘图.-VC++ OpenGL full-screen examples of code, solved in full-screen mode OpenGL graphics.
- 2022-06-28 04:47:57下载
- 积分:1
-
The use of C language constructs a OpenGL program can display the source code, t...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于多文档的源码。-The use of C language constructs a OpenGL program can display the source code, the basic framework of the categories are for the use of will realize the preparation of the corresponding code. Based on Multi-source documents.
- 2022-08-15 09:08:59下载
- 积分:1
-
凸凹纹理映射到典型例子 很好的仿真了细节纹理的三维效果,编译已经通过了...
凸凹纹理映射到典型例子 很好的仿真了细节纹理的三维效果,编译已经通过了-Bump texture mapping to a typical example of a good simulation of the detailed three-dimensional texture effect, the compiler has already passed
- 2022-04-06 19:24:59下载
- 积分: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
-
关于填充曲面的绘制
关于填充曲面的绘制-filled on the surface mapping
- 2022-03-16 05:31:53下载
- 积分:1
-
rectangular side loading Photo rotating frame
矩形边加载图片旋转框-rectangular side loading Photo rotating frame
- 2022-03-25 20:49:15下载
- 积分:1
-
一种简单而快速的图像加密技术,可以使在一般的应用程序中使用外部图像的安全性容易得到保障。...
一种简单而快速的图像加密技术,可以使在一般的应用程序中使用外部图像的安全性容易得到保障。-a simple and rapid image encryption technology. can make in the general applications using images of the external safety can easily be guaranteed.
- 2022-09-24 20:05:03下载
- 积分:1
-
OPENGL写的读取DXF文件的曲线特征的信息
OPENGL写的读取DXF文件的曲线特征的信息-OpenGL was read DXF file characteristics of the information curve
- 2022-03-25 23:06:32下载
- 积分:1
-
c++加OpenGL实现中国象棋
c++加OpenGL实现中国象棋
计算机图形学作业
实现功能有:
变色;
基本算法;
存档;
菜单栏操作;
- 2022-03-17 09:06:25下载
- 积分:1