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

Comparing ray/src/hd/rhd_x11.c (file contents):
Revision 3.13 by gregl, Thu Dec 11 09:37:43 1997 UTC vs.
Revision 3.23 by gregl, Tue Jan 6 05:26:19 1998 UTC

# Line 18 | Line 18 | static char SCCSid[] = "$SunId$ SGI";
18  
19   #include  "x11icon.h"
20  
21 + #ifndef RAYQLEN
22 + #define RAYQLEN         50000           /* max. rays to queue before flush */
23 + #endif
24 +
25   #ifndef FEQ
26   #define FEQ(a,b)        ((a)-(b) <= FTINY && (a)-(b) >= -FTINY)
27   #endif
28  
25 #define CTRL(c)         ((c)-'@')
26
29   #define GAMMA           2.2             /* default gamma correction */
30  
31   #define MOVPCT          7               /* percent distance to move /frame */
# Line 83 | Line 85 | mytmflags()                    /* figure out tone mapping flags */
85          for (cp = tail; *cp && *cp != '.'; cp++)
86                  ;
87          if (cp-tail == 3 && !strncmp(tail, "x11", 3))
88 <                return(TM_F_CAMERA);
88 >                return(TM_F_CAMERA|TM_F_NOSTDERR);
89          if (cp-tail == 4 && !strncmp(tail, "x11h", 4))
90 <                return(TM_F_HUMAN);
90 >                return(TM_F_HUMAN|TM_F_NOSTDERR);
91          error(USER, "illegal driver name");
92   }
93  
# Line 160 | Line 162 | char  *id;
162          oursizhints.min_height = MINHEIGHT;
163          oursizhints.flags = PMinSize;
164          XSetNormalHints(ourdisplay, gwind, &oursizhints);
163                                        /* map the window and get its size */
164        XMapWindow(ourdisplay, gwind);
165        dev_input();
166                                        /* allocate our leaf pile */
167        if (!qtAllocLeaves(DisplayWidth(ourdisplay,ourscreen) *
168                        DisplayHeight(ourdisplay,ourscreen) /
169                        (qtMinNodesiz*qtMinNodesiz)))
170                error(SYSTEM, "insufficient memory for leaf storage");
171
165                                          /* figure out sensible view */
166          pwidth = (double)DisplayWidthMM(ourdisplay, ourscreen) /
167                          DisplayWidth(ourdisplay, ourscreen);
168          pheight = (double)DisplayHeightMM(ourdisplay, ourscreen) /
169                          DisplayHeight(ourdisplay, ourscreen);
170          copystruct(&odev.v, &stdview);
178        odev.name = id;
171          odev.v.type = VT_PER;
172 <        odev.v.horiz = 2.*180./PI * atan(0.5/VIEWDIST*pwidth*odev.hres);
173 <        odev.v.vert = 2.*180./PI * atan(0.5/VIEWDIST*pheight*odev.vres);
172 >                                        /* map the window and get its size */
173 >        XMapWindow(ourdisplay, gwind);
174 >        dev_input();                    /* sets size and view angles */
175 >                                        /* allocate our leaf pile */
176 >        if (!qtAllocLeaves(DisplayWidth(ourdisplay,ourscreen) *
177 >                        DisplayHeight(ourdisplay,ourscreen) * 3 /
178 >                        (qtMinNodesiz*qtMinNodesiz*2)))
179 >                error(SYSTEM, "insufficient memory for leaf storage");
180 >        odev.name = id;
181          odev.ifd = ConnectionNumber(ourdisplay);
182   }
183  
# Line 200 | Line 199 | dev_close()                    /* close our display */
199   }
200  
201  
202 +
203 + dev_clear()                     /* clear our quadtree */
204 + {
205 +        qtCompost(100);
206 +        if (ncolors > 0)
207 +                new_ctab(ncolors);
208 +        rayqleft = 0;                   /* hold off update */
209 + }
210 +
211 +
212   int
213   dev_view(nv)                    /* assign new driver view */
214   VIEW    *nv;
215   {
216          if (nv->type == VT_PAR ||               /* check view legality */
217 <                nv->horiz > 160. || nv->vert > 160.) {
217 >                        nv->horiz > 160. || nv->vert > 160.) {
218                  error(COMMAND, "illegal view type/angle");
219                  nv->type = VT_PER;
220                  nv->horiz = odev.v.horiz;
# Line 224 | Line 233 | VIEW   *nv;
233                          int     dh = DisplayHeight(ourdisplay,ourscreen);
234  
235                          dw -= 25;       /* for window frame */
236 <                        dh -= 100;
236 >                        dh -= 50;
237                          odev.hres = 2.*VIEWDIST/pwidth *
238                                          tan(PI/180./2.*nv->horiz);
239                          odev.vres = 2.*VIEWDIST/pheight *
# Line 238 | Line 247 | VIEW   *nv;
247                                  odev.vres = dh;
248                          }
249                          XResizeWindow(ourdisplay, gwind, odev.hres, odev.vres);
250 +                        dev_input();    /* wait for resize event */
251                  }
252                  copystruct(&odev.v, nv);
253          }
# Line 282 | Line 292 | int
292   dev_flush()                     /* flush output */
293   {
294          qtUpdate();
295 +        rayqleft = RAYQLEN;
296          return(XPending(ourdisplay));
297   }
298  
# Line 457 | Line 468 | draw_grids()                   /* draw holodeck section grids */
468          static BYTE     gridrgb[3] = {0x0, 0xff, 0xff};
469          unsigned long  pixel;
470  
471 <        if (!mapped || odev.v.type != VT_PER)
471 >        if (!mapped)
472                  return;
473          if (ncolors > 0)
474                  pixel = pixval[get_pixel(gridrgb, xnewcolr)];
# Line 474 | Line 485 | moveview(dx, dy, mov, orb)     /* move our view */
485   int     dx, dy, mov, orb;
486   {
487          VIEW    nv;
488 <        FVECT   v1;
488 >        FVECT   odir, v1;
489          double  d;
490          register int    li;
491                                  /* start with old view */
# Line 483 | Line 494 | int    dx, dy, mov, orb;
494          if (mov | orb) {
495                  if ((li = qtFindLeaf(dx, dy)) < 0)
496                          return(0);      /* not on window */
497 <                VSUM(nv.vdir, qtL.wp[li], nv.vp, -1.);
497 >                VSUM(odir, qtL.wp[li], nv.vp, -1.);
498          } else {
499                  if (viewray(nv.vp, nv.vdir, &odev.v,
500                                  (dx+.5)/odev.hres, (dy+.5)/odev.vres) < -FTINY)
501                          return(0);      /* outside view */
502          }
503          if (orb && mov) {               /* orbit left/right */
504 <                spinvector(nv.vdir, nv.vdir, nv.vup, MOVDEG*PI/180.*mov);
505 <                VSUM(nv.vp, qtL.wp[li], nv.vdir, -1.);
504 >                spinvector(odir, odir, nv.vup, d=MOVDEG*PI/180.*mov);
505 >                VSUM(nv.vp, qtL.wp[li], odir, -1.);
506 >                spinvector(nv.vdir, nv.vdir, nv.vup, d);
507          } else if (orb) {               /* orbit up/down */
508 <                fcross(v1, nv.vdir, nv.vup);
508 >                fcross(v1, odir, nv.vup);
509                  if (normalize(v1) == 0.)
510                          return(0);
511 <                spinvector(nv.vdir, nv.vdir, v1, MOVDEG*PI/180.*orb);
512 <                VSUM(nv.vp, qtL.wp[li], nv.vdir, -1.);
511 >                spinvector(odir, odir, v1, d=MOVDEG*PI/180.*orb);
512 >                VSUM(nv.vp, qtL.wp[li], odir, -1.);
513 >                spinvector(nv.vdir, nv.vdir, v1, d);
514          } else if (mov) {               /* move forward/backward */
515                  d = MOVPCT/100. * mov;
516 <                VSUM(nv.vp, nv.vp, nv.vdir, d);
516 >                VSUM(nv.vp, nv.vp, odir, d);
517          }
518          if (!mov ^ !orb && headlocked) {        /* restore head height */
519                  VSUM(v1, odev.v.vp, nv.vp, -1.);
# Line 510 | Line 523 | int    dx, dy, mov, orb;
523          if (setview(&nv) != NULL)
524                  return(0);      /* illegal view */
525          dev_view(&nv);
526 <        inpresflags |= DEV_NEWVIEW;
526 >        inpresflags |= DFL(DC_SETVIEW);
527          return(1);
528   }
529  
# Line 544 | Line 557 | XButtonPressedEvent    *ebut;
557                  qtUpdate();
558                  draw_grids();
559          }
560 <        if (!(inpresflags & DEV_NEWVIEW)) {     /* do final motion */
560 >        if (!(inpresflags & DFL(DC_SETVIEW))) { /* do final motion */
561                  movdir = MOVDIR(levptr(XButtonReleasedEvent)->button);
562                  wx = levptr(XButtonReleasedEvent)->x;
563                  wy = levptr(XButtonReleasedEvent)->y;
# Line 574 | Line 587 | register XKeyPressedEvent  *ekey;
587                  headlocked = 0;
588                  return;
589          case 'l':                       /* retrieve last view */
590 <                inpresflags |= DEV_LASTVIEW;
590 >                inpresflags |= DFL(DC_LASTVIEW);
591                  return;
579        case CTRL('S'):
592          case 'p':                       /* pause computation */
593 <                inpresflags |= DEV_WAIT;
593 >                inpresflags |= DFL(DC_PAUSE);
594                  return;
595          case 'v':                       /* spit out view */
596 <                inpresflags |= DEV_PUTVIEW;
596 >                inpresflags |= DFL(DC_GETVIEW);
597                  return;
586        case CTRL('Q'):
598          case '\n':
599          case '\r':                      /* resume computation */
600 <                inpresflags |= DEV_RESUME;
600 >                inpresflags |= DFL(DC_RESUME);
601                  return;
602          case CTRL('R'):                 /* redraw screen */
603                  if (ncolors > 0)
# Line 594 | Line 605 | register XKeyPressedEvent  *ekey;
605                  qtRedraw(0, 0, odev.hres, odev.vres);
606                  return;
607          case CTRL('L'):                 /* refresh from server */
608 <                if (inpresflags & DEV_REDRAW)
608 >                if (inpresflags & DFL(DC_REDRAW))
609                          return;
610                  XClearWindow(ourdisplay, gwind);
611                  draw_grids();
# Line 602 | Line 613 | register XKeyPressedEvent  *ekey;
613                  qtCompost(100);                 /* unload the old tree */
614                  if (ncolors > 0)
615                          new_ctab(ncolors);
616 <                inpresflags |= DEV_REDRAW;      /* resend values from server */
616 >                inpresflags |= DFL(DC_REDRAW);  /* resend values from server */
617 >                rayqleft = 0;                   /* hold off update */
618                  return;
619 <        case CTRL('D'):
620 <        case 'Q':
619 >        case 'K':                       /* kill rtrace process(es) */
620 >                inpresflags |= DFL(DC_KILL);
621 >                break;
622 >        case 'R':                       /* restart rtrace */
623 >                inpresflags |= DFL(DC_RESTART);
624 >                break;
625 >        case 'C':                       /* clobber holodeck */
626 >                inpresflags |= DFL(DC_CLOBBER);
627 >                break;
628          case 'q':                       /* quit the program */
629 <                inpresflags |= DEV_SHUTDOWN;
629 >                inpresflags |= DFL(DC_QUIT);
630                  return;
631          default:
632                  XBell(ourdisplay, 0);
# Line 623 | Line 642 | register XExposeEvent  *eexp;
642          if (odev.hres == 0 || odev.vres == 0) { /* first exposure */
643                  odev.hres = eexp->width;
644                  odev.vres = eexp->height;
626                inpresflags |= DEV_NEWSIZE;
645          }
646          qtRedraw(eexp->x, odev.vres - eexp->y - eexp->height,
647                          eexp->x + eexp->width, odev.vres - eexp->y);
# Line 643 | Line 661 | register XConfigureEvent  *ersz;
661          odev.v.horiz = 2.*180./PI * atan(0.5/VIEWDIST*pwidth*odev.hres);
662          odev.v.vert = 2.*180./PI * atan(0.5/VIEWDIST*pheight*odev.vres);
663  
664 <        inpresflags |= DEV_NEWSIZE|DEV_NEWVIEW;
664 >        inpresflags |= DFL(DC_SETVIEW);
665   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines