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

Comparing ray/src/ot/o_instance.c (file contents):
Revision 1.3 by greg, Sat Oct 14 11:19:33 1989 UTC vs.
Revision 1.4 by greg, Tue Oct 24 13:57:42 1989 UTC

# Line 53 | Line 53 | CUBE  *cu;
53          int  vloc, vout;
54          register int  i, j;
55                                          /* get octree arguments */
56 <        in = getinstance(o, GET_BOUNDS);
56 >        in = getinstance(o, IO_BOUNDS);
57                                          /* check if cube vertex in octree */
58          for (j = 0; j < 3; j++)
59                  cumax[j] = (cumin[j] = in->obj->scube.cuorg[j]) +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines