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

Comparing ray/src/hd/rhdisp.c (file contents):
Revision 3.16 by gregl, Thu Dec 18 18:14:15 1997 UTC vs.
Revision 3.29 by gwlarson, Tue Aug 11 07:51:19 1998 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1997 Silicon Graphics, Inc. */
1 > /* Copyright (c) 1998 Silicon Graphics, Inc. */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ SGI";
# Line 24 | Line 24 | char   cmdlist[DC_NCMDS][8] = DC_INIT;
24  
25   int     imm_mode = 0;           /* bundles are being delivered immediately */
26  
27 + int     do_outside = 0;         /* render from outside sections */
28 +
29 + double  eyesepdist = 1;         /* eye separation distance */
30 +
31   char    *progname;              /* global argv[0] */
32  
33   FILE    *sstdin, *sstdout;      /* server's standard input and output */
34  
35 + #ifdef DEBUG
36 + #include <sys/types.h>
37 + extern time_t   time();
38 + static time_t   tmodesw;
39 + static time_t   timm, tadd;
40 + static long     nimmrays, naddrays;
41 + #endif
42 +
43   #define RDY_SRV         01
44   #define RDY_DEV         02
45   #define RDY_SIN         04
# Line 53 | Line 65 | char   *argv[];
65                  sstdin = fdopen(inp, "r");
66                                          /* set command error vector */
67          erract[COMMAND].pf = eputs;
68 + #ifdef DEBUG
69 +        tmodesw = time(NULL);
70 + #endif
71                                          /* enter main loop */
72          do {
73                  rdy = disp_wait();
74 +                if (rdy & RDY_SRV) {            /* process server result */
75 +                        res = serv_result();
76 +                        if (pause && res != DS_SHUTDOWN) {
77 +                                serv_request(DR_ATTEN, 0, NULL);
78 +                                while ((res = serv_result()) != DS_ACKNOW &&
79 +                                                res != DS_SHUTDOWN)
80 +                                        ;
81 +                        }
82 +                }
83                  if (rdy & RDY_DEV) {            /* user input from driver */
84                          inp = dev_input();
85                          if (inp & DFL(DC_SETVIEW))
# Line 71 | Line 95 | char   *argv[];
95                          if (inp & DFL(DC_PAUSE))
96                                  pause = 1;
97                          if (inp & DFL(DC_REDRAW))
98 <                                imm_mode = beam_sync() > 0;
98 >                                imm_mode = beam_sync(1) > 0;
99                          if (inp & DFL(DC_KILL)) {
100                                  serv_request(DR_KILL, 0, NULL);
101                                  pause = 0;
# Line 98 | Line 122 | char   *argv[];
122                                  pause = 0;
123                                  break;
124                          }
101                if (rdy & RDY_SRV) {            /* process server result */
102                        res = serv_result();
103                        if (pause && res != DS_SHUTDOWN) {
104                                serv_request(DR_ATTEN, 0, NULL);
105                                while ((res = serv_result()) != DS_ACKNOW &&
106                                                res != DS_SHUTDOWN)
107                                        ;
108                        }
109                }
125          } while (res != DS_SHUTDOWN);
126 + #ifdef DEBUG
127 +        if (timm && nimmrays)
128 +                fprintf(stderr,
129 +                        "%s: %.1f rays recalled/second (%ld rays total)\n",
130 +                                progname, (double)nimmrays/timm, nimmrays);
131 +        if (tadd && naddrays)
132 +                fprintf(stderr,
133 +                        "%s: %.1f rays calculated/second (%ld rays total)\n",
134 +                                progname, (double)naddrays/tadd, naddrays);
135 + #endif
136                                          /* all done */
137          quit(0);
138   }
# Line 136 | Line 161 | disp_wait()                    /* wait for more input */
161          n = odev.ifd+1;
162          if (sstdin != NULL) {
163                  FD_SET(fileno(sstdin), &readset);
164 +                FD_SET(fileno(sstdin), &errset);
165                  if (fileno(sstdin) >= n)
166                          n = fileno(sstdin) + 1;
167          }
# Line 150 | Line 176 | disp_wait()                    /* wait for more input */
176                  flgs |= RDY_SRV;
177          if (FD_ISSET(odev.ifd, &readset) || FD_ISSET(odev.ifd, &errset))
178                  flgs |= RDY_DEV;
179 <        if (sstdin != NULL && FD_ISSET(fileno(sstdin), &readset))
179 >        if (sstdin != NULL && (FD_ISSET(fileno(sstdin), &readset) ||
180 >                                FD_ISSET(fileno(sstdin), &errset)))
181                  flgs |= RDY_SIN;
182          return(flgs);
183   }
# Line 160 | Line 187 | add_holo(hdg)                  /* register a new holodeck section */
187   HDGRID  *hdg;
188   {
189          VIEW    nv;
190 +        double  d;
191          register int    hd;
192  
193          for (hd = 0; hd < HDMAX && hdlist[hd] != NULL; hd++)
# Line 180 | Line 208 | HDGRID *hdg;
208          VSUM(nv.vp, nv.vp, hdlist[0]->xv[2], 0.5);
209          fcross(nv.vdir, hdlist[0]->xv[1], hdlist[0]->xv[2]);
210          VCOPY(nv.vup, hdlist[0]->xv[2]);
211 +        if (do_outside) {
212 +                normalize(nv.vdir);
213 +                d = VLEN(hdlist[0]->xv[1]);
214 +                d += VLEN(hdlist[0]->xv[2]);
215 +                VSUM(nv.vp, nv.vp, nv.vdir, -d);
216 +        }
217          new_view(&nv);
218   }
219  
# Line 200 | Line 234 | register PACKHEAD      *p;
234          for (i = p->nr; i--; ) {
235                  hdray(ro, rd, hdlist[p->hd], gc, packra(p)[i].r);
236                  d = hddepth(hdlist[p->hd], packra(p)[i].d);
237 <                VSUM(wp, ro, rd, d);            /* might be behind viewpoint */
238 <                dev_value(packra(p)[i].v, wp, rd);
237 >                if (d < .99*FHUGE) {
238 >                        VSUM(wp, ro, rd, d);    /* might be behind viewpoint */
239 >                        dev_value(packra(p)[i].v, rd, wp);
240 >                } else
241 >                        dev_value(packra(p)[i].v, rd, NULL);
242          }
243 + #ifdef DEBUG
244 +        if (imm_mode) nimmrays += p->nr;
245 +        else naddrays += p->nr;
246 + #endif
247   }
248  
249  
# Line 211 | Line 252 | register VIEW  *v;
252   {
253          static VIEW     viewhist[VIEWHISTLEN];
254          static unsigned nhist;
255 +        VIEW    *dv;
256 +        int     i, res[2];
257          char    *err;
258                                  /* restore previous view? */
259          if (v == NULL) {
# Line 220 | Line 263 | register VIEW  *v;
263                          while (nhist < VIEWHISTLEN && viewhist[nhist].type)
264                                  nhist++;
265                  v = viewhist + ((nhist-1)%VIEWHISTLEN);
266 <        } else if ((err = setview(v)) != NULL) {
266 >        } else
267 > again:
268 >        if ((err = setview(v)) != NULL) {
269                  error(COMMAND, err);
270                  return;
271          }
227 again:
272          if (v->type == VT_PAR) {
273                  error(COMMAND, "cannot handle parallel views");
274                  return;
275          }
276 <        if (!dev_view(v))       /* update display driver */
276 >        if (!dev_view(v))       /* notify display driver */
277                  goto again;
278          dev_flush();            /* update screen */
279 <        if (!beam_view(v))      /* update beam list */
280 <                goto again;
279 >        beam_init(0);           /* compute new beam set */
280 >        for (i = 0; (dv = dev_auxview(i, res)) != NULL; i++)
281 >                if (!beam_view(dv, res[0], res[1])) {
282 >                        if (!nhist) {
283 >                                error(COMMAND, "invalid starting view");
284 >                                return;
285 >                        }
286 >                        copystruct(v, viewhist + ((nhist-1)%VIEWHISTLEN));
287 >                        goto again;
288 >                }
289 >        beam_sync(0);           /* update server */
290                                  /* record new view */
291          if (v < viewhist || v >= viewhist+VIEWHISTLEN) {
292                  copystruct(viewhist + (nhist%VIEWHISTLEN), v);
# Line 246 | Line 299 | int
299   usr_input()                     /* get user input and process it */
300   {
301          VIEW    vparams;
302 <        char    cmd[128];
302 >        char    cmd[256];
303          register char   *args;
304          register int    i;
305  
306 <        if (fgets(cmd, sizeof(cmd), sstdin) == NULL)
307 <                return(DC_QUIT);
306 >        if (fgets(cmd, sizeof(cmd), sstdin) == NULL) {
307 >                fclose(sstdin);
308 >                sstdin = NULL;
309 >                return(-1);
310 >        }
311 >        if (!*cmd)
312 >                return(DC_RESUME);
313          for (args = cmd; *args && !isspace(*args); args++)
314                  ;
315          while (isspace(*args))
316                  *args++ = '\0';
259        if (!*cmd)
260                return(DC_RESUME);
317          if (*args && args[i=strlen(args)-1] == '\n')
318                  args[i] = '\0';
319          for (i = 0; i < DC_NCMDS; i++)
320                  if (!strcmp(cmd, cmdlist[i]))
321                          break;
322          if (i >= DC_NCMDS) {
323 <                sprintf(errmsg, "unknown command: %s", cmd);
268 <                error(COMMAND, errmsg);
323 >                dev_auxcom(cmd, args);
324                  return(-1);
325          }
326          switch (i) {
# Line 287 | Line 342 | usr_input()                    /* get user input and process it */
342                  /* handled in main() */
343                  break;
344          case DC_REDRAW:                 /* redraw from server */
345 <                imm_mode = beam_sync() > 0;
345 >                imm_mode = beam_sync(1) > 0;
346 >                dev_clear();
347                  break;
348          case DC_KILL:                   /* kill rtrace process(es) */
349                  serv_request(DR_KILL, 0, NULL);
# Line 351 | Line 407 | serv_result()                  /* get next server result and process
407                          error(INTERNAL, "bad holodeck record from server");
408                  add_holo((HDGRID *)buf);
409                  break;
410 +        case DS_OUTSECT:
411 +                do_outside = 1;
412 +                goto noargs;
413 +        case DS_EYESEP:
414 +                if (msg.nbytes <= 1 || (eyesepdist = atof(buf)) <= FTINY)
415 +                        error(INTERNAL, "bad eye separation from server");
416 +                break;
417          case DS_STARTIMM:
418          case DS_ENDIMM:
419 + #ifdef DEBUG
420 +                if (imm_mode != (msg.type==DS_STARTIMM)) {
421 +                        time_t  tnow = time(NULL);
422 +                        if (imm_mode) timm += tnow - tmodesw;
423 +                        else tadd += tnow - tmodesw;
424 +                        tmodesw = tnow;
425 +                }
426 + #endif
427                  imm_mode = msg.type==DS_STARTIMM;
428 <                if (msg.type == DS_ENDIMM)
358 <                        dev_flush();            /* update display NOW */
359 <                /* fall through */
428 >                goto noargs;
429          case DS_ACKNOW:
430          case DS_SHUTDOWN:
431 <                if (msg.nbytes) {
363 <                        sprintf(errmsg,
364 <                                "unexpected body with server message %d",
365 <                                        msg.type);
366 <                        error(INTERNAL, errmsg);
367 <                }
368 <                break;
431 >                goto noargs;
432          default:
433                  error(INTERNAL, "unrecognized result from server process");
434          }
435          return(msg.type);               /* return message type */
436 + noargs:
437 +        if (msg.nbytes) {
438 +                sprintf(errmsg, "unexpected body with server message %d",
439 +                                msg.type);
440 +                error(INTERNAL, errmsg);
441 +        }
442 +        return(msg.type);
443   readerr:
444          if (feof(stdin))
445                  error(SYSTEM, "server process died");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines