• 大小: 1.17MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签:

资源简介

图形学作业做的小程序。 本站提供OpenGL画花瓶,可以填充,选择颜色等免费下载,版权归其软件公司或原作者所有。

资源截图

代码片段和文件信息

///////////////////////////////////////////////////
///////////////////////////////////////////////////
//
//fhwork is made by fh and his classmates
//2004.7.8
//

#include 
#include 
#include 
#include 
#include 
//////////////////////////////////////////

#define Width_Normal 1
#define Width_Thicker 2
#define Width_Thickest 3

#define iColor_Red 4
#define iColor_Green 5
#define iColor_White 6
#define iColor_Yellow 7
#define iColor_Blue 8

#define iFillIN_No 9
#define iFillIN_Single 10
#define iFillIN_Transition 11

// Rotation amounts
static GLfloat xRot = 0.0f;
static GLfloat yRot = 0.0f;

int iWidth = Width_Normal; 
int iColor = iColor_Green;
int iFillIN = iFillIN_No;

GLfloat i=0;

//bezier‘s points

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8505  2004-07-13 11:43  34547657457\FHWork.cpp

     文件       4334  2004-07-10 19:43  34547657457\FH_Work.dsp

     文件        539  2004-07-10 19:43  34547657457\FH_Work.dsw

     文件     172110  2004-07-17 15:04  34547657457\Debug\FH_Work.exe

     文件       5484  2006-04-07 16:41  34547657457\下载说明.htm

     文件     148480  2004-07-17 15:06  34547657457\Debug\vc60.idb

     文件     247728  2004-07-17 15:04  34547657457\Debug\FH_Work.ilk

     文件      50176  2004-07-17 15:21  34547657457\FH_Work.ncb

     文件      27216  2004-07-17 15:04  34547657457\Debug\FHWork.obj

     文件      93184  2004-07-17 15:21  34547657457\FH_Work.opt

     文件    3693060  2004-07-13 11:03  34547657457\Debug\FH_Work.pch

     文件     451584  2004-07-17 15:04  34547657457\Debug\FH_Work.pdb

     文件      77824  2004-07-17 15:04  34547657457\Debug\vc60.pdb

     目录          0  2006-04-13 04:27  34547657457\Debug

     文件       1298  2004-07-17 15:04  34547657457\FH_Work.plg

     目录          0  2006-04-13 04:27  34547657457

----------- ---------  ---------- -----  ----

              4981522                    16


评论

共有 条评论

相关资源