--- ray/src/gen/mkillum.h 1991/07/24 16:48:25 1.3 +++ ray/src/gen/mkillum.h 2003/02/22 02:07:24 2.2 @@ -1,7 +1,4 @@ -/* Copyright (c) 1991 Regents of the University of California */ - -/* SCCSid "$SunId$ LBL" */ - +/* RCSid: $Id: mkillum.h,v 2.2 2003/02/22 02:07:24 greg Exp $ */ /* * Common definitions for mkillum */ @@ -26,7 +23,8 @@ struct illum_args { char altmat[MAXSTR]; /* alternate material name */ int sampdens; /* point sample density */ int nsamps; /* # of samples in each direction */ - float col[3]; /* average color */ + float minbrt; /* minimum average brightness */ + float col[3]; /* computed average color */ }; /* illum options */ struct rtproc {