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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.50 by greg, Mon Jun 13 20:07:56 2005 UTC vs.
Revision 2.53 by greg, Mon Aug 22 07:02:21 2005 UTC

# Line 289 | Line 289 | getfocus(                              /* set focus distance */
289          char *s
290   )
291   {
292 +        char  buf[64];
293          FVECT  vc;
294          double  dist;
295  
# Line 316 | Line 317 | getfocus(                              /* set focus distance */
317                  return;
318          }
319          ourview.vdist = dist;
320 +        sprintf(buf, "Focus distance set to %f\n", dist);
321 +        (*dev->comout)(buf);
322   }
323  
324  
# Line 522 | Line 525 | setparam(                              /* get/set program parameter */
525          
526          if (s[0] == '\0') {
527                  (*dev->comout)(
528 <                "aa ab ad ar as av aw b dc dv dj ds dt i lr lw me ma mg ms ps pt R sj st bv: ");
528 >                "aa ab ad ar as av aw b bv dc dv dj ds dt i lr lw me ma mg ms ps pt sj st u: ");
529                  (*dev->comin)(buf, NULL);
530                  s = buf;
531          }
532          switch (s[0]) {
533 <        case 'R':                       /* random sampling */
534 <                getparam(s+1, "random sampling", 'b',
533 >        case 'u':                       /* uncorrelated sampling */
534 >                getparam(s+1, "uncorrelated sampling", 'b',
535                                  (void *)&rand_samp);
536                  break;
537          case 'l':                       /* limit */
# Line 731 | Line 734 | char  *s;
734                  (*dev->comout)("ray hit nothing");
735          else {
736                  OBJREC  *mat = NULL;
737 <                OBJREC  *mod = NULL;;
737 >                OBJREC  *mod = NULL;
738                  char    matspec[256];
739                  matspec[0] = '\0';
740                  if (thisray.ro->omod != OVOID) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines