-
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
-
Using VC++ to prepare a image scaling, image translation, a source image enhance...
用VC++编写得图像缩放、图像平移、图像增强技术得源码-Using VC++ to prepare a image scaling, image translation, a source image enhancement technology
- 2022-03-26 18:30:29下载
- 积分:1
-
帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助...
帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助-help students write the code, then a regional division of the fixed size of a number of regional and random seeds in each region that can be done at the experimental data, in hopes of giving other friends help
- 2022-09-18 23:35:02下载
- 积分:1
-
一个简单的图片显示程序。
一个简单的图片显示程序。-a simple picture display program.
- 2022-04-08 07:48:29下载
- 积分:1
-
The source code is SUN Xin and that the source code of this textbook, I believe...
这些源代码是孙鑫那本教材的源代码,相信它会对你有些。-The source code is SUN Xin and that the source code of this textbook, I believe it will tell you some.
- 2022-03-25 20:16:32下载
- 积分:1
-
在vc中实现文字的特殊显示效果,非常漂亮!欲下从速。
在vc中实现文字的特殊显示效果,非常漂亮!欲下从速。-Vc achieved in the special text effects, very beautiful! For the next as soon as possible.
- 2022-05-24 16:42:15下载
- 积分:1
-
圆的画法(计算机图形学)
圆的画法(计算机图形学)-round of paint (computer graphics)
- 2022-07-11 13:38:04下载
- 积分:1
-
应risking的要求上载的imageload.dll文件和使用imageload.dll的例子imageview程序...
应risking的要求上载的imageload.dll文件和使用imageload.dll的例子imageview程序- Should the risking request upload the imageload.dll document
and uses imageload.dll the example imageview procedure
- 2022-03-09 15:04:43下载
- 积分:1
-
这是计算机图形学中的区域填充噢能够算法中的种子填充算法。...
这是计算机图形学中的区域填充噢能够算法中的种子填充算法。-This is the computer graphics in the region filling algorithm, the seed Oh, can fill algorithm.
- 2023-05-21 16:05:03下载
- 积分:1
-
图像缩放,在readme.txt里有详细的使用说明
图像缩放,在readme.txt里有详细的使用说明-image zoom, the readme.txt are detailed usage
- 2023-04-06 01:00:04下载
- 积分:1