| # | Line 73 | Line 73 | typedef struct samp { | |
|---|---|---|
| 73 | /* Max allowed angle of sample dir from current view */ | |
| 74 | #define MAXANG 20 | |
| 75 | #define MAXDIFF2 ( MAXANG*MAXANG * (PI*PI/180./180.)) | |
| 76 | + | #define MAXQUALITY 10000 /* Maximum quality for rendering rep */ |
| 77 | ||
| 78 | extern SAMP rsL; | |
| 79 | extern double sDepthEps; /* epsilon to compare depths (z fraction) */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |