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

Comparing ray/src/util/glrad.c (file contents):
Revision 3.11 by gwlarson, Wed Oct 21 17:48:51 1998 UTC vs.
Revision 3.12 by gwlarson, Fri Jan 29 15:28:36 1999 UTC

# Line 161 | Line 161 | char   *argv[];
161          dev_open(radfile = argv[i]);
162                                          /* load octree or scene files */
163          if (octree != NULL) {
164 <                displist = rgl_octlist(octree, NULL, NULL);
164 >                displist = rgl_octlist(octree, NULL, NULL, NULL);
165                  startrtrace(octree);
166          } else
167 <                displist = rgl_filelist(nscenef, scene);
167 >                displist = rgl_filelist(nscenef, scene, NULL);
168                                          /* set initial view */
169          dev_view(currentview < 0 ? &thisview : vwl[currentview].v);
170                                          /* input/render loop */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines