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

Comparing ray/src/ot/bbox.c (file contents):
Revision 1.2 by greg, Tue Feb 21 14:44:47 1989 UTC vs.
Revision 1.3 by greg, Tue Oct 24 13:59:20 1989 UTC

# Line 63 | Line 63 | FVECT  bbmin, bbmax;
63                  circle2bbox(CO_P1(co), co->ad, CO_R1(co), bbmin, bbmax);
64                  break;
65          case OBJ_INSTANCE:
66 <                io = getinstance(o, GET_BOUNDS);
66 >                io = getinstance(o, IO_BOUNDS);
67                  for (j = 0; j < 8; j++) {
68                          for (i = 0; i < 3; i++) {
69                                  v[i] = io->obj->scube.cuorg[i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines