Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Material.h

Go to the documentation of this file.
00001 /*
00002     File:       Material.h
00003 
00004     Function:   
00005 
00006     Author:     Andrew Willmott
00007 
00008     Copyright:  (c) 1998-2000, Andrew Willmott
00009 */
00010 
00011 #ifndef __Material__
00012 #define __Material__
00013 
00014 class Material
00015 {
00016 public:
00017     ClrReal     rd;
00018     Colour      rdClr;
00019 
00020     ClrReal     rs;
00021     ClrReal     rn;
00022     Colour      rsClr;
00023 
00024     ClrReal     td;
00025     Colour      tdClr;
00026 
00027     ClrReal     ts;
00028     ClrReal     tn;
00029     Colour      tsClr;
00030 
00031     ClrReal     nr, ni;
00032 };
00033 
00034 #endif
00035 
00036 /*
00037  newmtl Cube_0
00038     Ns 100
00039     d 1
00040     illum 2
00041     Ka .2 .2 .2
00042     Kd 0.8 0.8 0.8
00043     Ks 0 0 0
00044     map_Kd finishedx0001.jpg
00045     map_Ka finishedx0001.jpg
00046 */

Generated at Sat Aug 5 00:17:00 2000 for Graphics Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000