-
为面绘制中的多边形的三角化程序,对于面得增加或者减少进行了比较详尽的讲解...
为面绘制中的多边形的三角化程序,对于面得增加或者减少进行了比较详尽的讲解-For the surface rendering of polygons in a triangular-based program, for the surface may increase or decrease were compared with detailed explanations
- 2023-06-28 13:50:03下载
- 积分:1
-
dos 下的vga编程(纯英文版)
带注解源代码和实例程序
dos 下的vga编程(纯英文版)
带注解源代码和实例程序-vga programming under dos (pure English) annotated source code and sample programs
- 2023-08-13 09:10:03下载
- 积分:1
-
characters can be input text file
字符可以输入文本文件
- 2023-01-02 20:30:05下载
- 积分:1
-
Written by VC to deal with image compression source code, in the hope that usefu...
用VC写的进行图像压缩处理的源代码,希望对大家有用,-Written by VC to deal with image compression source code, in the hope that useful to everybody,
- 2022-05-19 00:59:58下载
- 积分:1
-
OpenGL简单3d球的运动
资源描述
OpenGL代码。其中左键按下球会进行自由落体运动,按下右键球会先上抛在自由落体。其中上抛有没有速度与到顶两种模式。球的性质为转动和颜色变换。
- 2022-08-13 11:11:58下载
- 积分:1
-
各种魔方地实现代码.
各种魔方地实现代码. -Code to realize all kinds of magic cube.
- 2022-11-16 02:40:03下载
- 积分:1
-
计算机图形学相关示例代码,比较经典的,看看有好处
计算机图形学相关示例代码,比较经典的,看看有好处-Computer graphics-related sample code, more classic, look good
- 2022-01-26 04:41:25下载
- 积分:1
-
视频图像捕捉程序,能捕捉视频中的任意图片。
视频图像捕捉程序,能捕捉视频中的任意图片。-video capture process, can capture video images of arbitrary.
- 2023-05-28 11:35:03下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
VC++数字图像处理(第二版)人民优点出版社,全书源代码,包含测试图片...
VC++数字图像处理(第二版)人民优点出版社,全书源代码,包含测试图片-Image Procedures Codes By VC++
- 2022-02-13 21:52:03下载
- 积分:1