| 1 |
< |
/* Copyright (c) 1995 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1996 Regents of the University of California */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
|
static char SCCSid[] = "$SunId$ LBL"; |
| 539 |
|
return(mname); |
| 540 |
|
} |
| 541 |
|
/* check for plastic */ |
| 542 |
< |
if (c_cmaterial->rs < .1 && (c_cmaterial->rs < .01 || |
| 543 |
< |
c_isgrey(&c_cmaterial->rs_c))) { |
| 542 |
> |
if (c_cmaterial->rs < .1) { |
| 543 |
|
cvtcolor(radrgb, &c_cmaterial->rd_c, |
| 544 |
|
c_cmaterial->rd/(1.-c_cmaterial->rs)); |
| 545 |
|
fprintf(matfp, "\nvoid plastic %s\n0\n0\n", mname); |