# | Line 17 | Line 17 | OBJECT nsceneobjs; /* number of objects in our scene | |
---|---|---|
17 | ||
18 | int dimlist[MAXDIM]; /* sampling dimensions */ | |
19 | int ndims = 0; /* number of sampling dimensions */ | |
20 | < | int samplendx = 0; /* index for this sample */ |
20 | > | unsigned long samplendx = 0; /* index for this sample */ |
21 | ||
22 | void (*trace)() = NULL; /* trace call (NULL before rcinit) */ | |
23 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |