ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/mkpmap.c
(Generate patch)

Comparing ray/src/rt/mkpmap.c (file contents):
Revision 2.11 by rschregle, Wed Apr 14 11:26:25 2021 UTC vs.
Revision 2.12 by greg, Wed Aug 21 20:42:20 2024 UTC

# Line 75 | Line 75 | double   shadthresh = .05, ambacc = 0.2, shadcert = .5
75   int      ambvwt = 0, ambssamp = 0, ambres = 32, ambounce = 0,
76           directrelay = 1, directvis = 1, samplendx, do_irrad = 0,
77           ambdiv = 128, vspretest = 512, maxdepth = 6, contrib = 0;
78 < char     *shm_boundary = NULL, *ambfile = NULL, *RCCONTEXT = NULL;
78 > char     *ambfile = NULL, *RCCONTEXT = NULL;
79   void     (*trace)() = NULL, (*addobjnotify [])() = {ambnotify, NULL};
80  
81    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines