Revision: | 1.1 |
Committed: | Sat Feb 22 02:07:26 2003 UTC (21 years, 9 months ago) by greg |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rad3R5 |
Log Message: | Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 1.1 | /* RCSid: $Id$ */ |
2 | /* | ||
3 | * Definitions for plotting routines | ||
4 | */ | ||
5 | |||
6 | |||
7 | #define NPATS 9 /* number of fill patterns */ | ||
8 | |||
9 | #define PATSIZE 16 /* pattern size (square) */ | ||
10 | |||
11 | |||
12 | extern int dxsize, dysize; /* device size */ | ||
13 | |||
14 | extern int pati[]; | ||
15 | |||
16 | extern unsigned char pattern[][PATSIZE/8][PATSIZE]; /* fill patterns */ |