| 32 |
|
float bsdf; |
| 33 |
|
#if DEBUG |
| 34 |
|
fprintf(stderr, "Writing isotropic order %d ", samp_order); |
| 35 |
< |
if (pctcull >= 0) fprintf(stderr, "data with %f%% culling\n", pctcull); |
| 35 |
> |
if (pctcull >= 0) fprintf(stderr, "data with %.1f%% culling\n", pctcull); |
| 36 |
|
else fputs("raw data\n", stderr); |
| 37 |
|
#endif |
| 38 |
|
if (pctcull >= 0) { /* begin output */ |
| 94 |
|
float bsdf; |
| 95 |
|
#if DEBUG |
| 96 |
|
fprintf(stderr, "Writing anisotropic order %d ", samp_order); |
| 97 |
< |
if (pctcull >= 0) fprintf(stderr, "data with %f%% culling\n", pctcull); |
| 97 |
> |
if (pctcull >= 0) fprintf(stderr, "data with %.1f%% culling\n", pctcull); |
| 98 |
|
else fputs("raw data\n", stderr); |
| 99 |
|
#endif |
| 100 |
|
if (pctcull >= 0) { /* begin output */ |