资源简介

计算机图形学 球的光照模型算法 孔令德 C++ MFC

资源截图

代码片段和文件信息

// Bucket.cpp: implementation of the Bucket class.
//
//////////////////////////////////////////////////////////////////////

#include “stdafx.h“
#include “Test.h“
#include “Bucket.h“

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

Bucket::Bucket()
{

}

Bucket::~Bucket()
{

}

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

     文件        524  2007-11-24 18:03  案例42-球的光照模型算法\Bucket.cpp

     文件        564  2007-11-24 18:12  案例42-球的光照模型算法\Bucket.h

     文件        510  2007-11-24 18:03  案例42-球的光照模型算法\Edge.cpp

     文件        618  2007-11-24 18:12  案例42-球的光照模型算法\Edge.h

     文件        839  2007-12-03 22:25  案例42-球的光照模型算法\Light.cpp

     文件        816  2007-11-01 07:57  案例42-球的光照模型算法\LightDlg.cpp

     文件       1119  2007-11-01 07:57  案例42-球的光照模型算法\LightDlg.h

     文件       2671  2007-10-25 14:19  案例42-球的光照模型算法\MainFrm.cpp

     文件       1606  2007-10-25 14:19  案例42-球的光照模型算法\MainFrm.h

     文件        524  2007-11-30 19:13  案例42-球的光照模型算法\MyFace.cpp

     文件        528  2007-12-02 14:29  案例42-球的光照模型算法\MyFace.h

     文件       1183  2007-12-03 19:56  案例42-球的光照模型算法\MyRGB.cpp

     文件        761  2007-11-29 07:58  案例42-球的光照模型算法\MyRGB.h

     文件        503  2007-11-24 17:58  案例42-球的光照模型算法\P2d.cpp

     文件        524  2007-11-24 18:07  案例42-球的光照模型算法\P2d.h

     文件        503  2007-11-24 17:57  案例42-球的光照模型算法\P3d.cpp

     文件        530  2007-11-24 18:07  案例42-球的光照模型算法\P3d.h

     文件       4263  2003-06-30 08:36  案例42-球的光照模型算法\ReadMe.txt

     文件       1599  2007-12-03 22:41  案例42-球的光照模型算法\resource.h

     文件        206  2003-06-30 08:36  案例42-球的光照模型算法\StdAfx.cpp

     文件       1054  2003-06-30 08:36  案例42-球的光照模型算法\StdAfx.h

     文件       2673  2008-10-25 20:01  案例42-球的光照模型算法\Test.clw

     文件       6097  2007-11-30 19:27  案例42-球的光照模型算法\Test.dsp

     文件        531  2003-06-30 08:36  案例42-球的光照模型算法\Test.dsw

     文件       1334  2003-06-30 08:36  案例42-球的光照模型算法\Test.h

     文件     902144  2008-10-25 20:02  案例42-球的光照模型算法\Test.ncb

     文件       1699  2007-12-03 15:33  案例42-球的光照模型算法\TestDoc.cpp

     文件       1338  2007-12-03 15:33  案例42-球的光照模型算法\TestDoc.h

     文件       3774  2008-01-02 20:30  案例42-球的光照模型算法\TestView.h

     文件       2018  2008-01-02 20:21  案例42-球的光照模型算法\Vector.cpp

............此处省略42个文件信息

评论

共有 条评论