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

Comparing ray/src/hd/rhd_glx1.c (file contents):
Revision 3.6 by schorsch, Wed Jun 7 17:52:04 2006 UTC vs.
Revision 3.7 by greg, Fri May 20 02:06:39 2011 UTC

# Line 344 | Line 344 | dev_flush(void)                        /* flush output */
344  
345   extern void
346   dev_cone(               /* render a cone in view coordinates */
347 <        BYTE    rgb[3],
347 >        uby8    rgb[3],
348          FVECT   ip,
349          double  rad
350   )
# Line 484 | Line 484 | draw3dline(                    /* draw 3d line in world coordinates */
484   static void
485   draw_grids(void)                        /* draw holodeck section grids */
486   {
487 <        static BYTE     gridrgba[4] = {0x0, 0xff, 0xff, 0x00};
487 >        static uby8     gridrgba[4] = {0x0, 0xff, 0xff, 0x00};
488          double  xmin, xmax, ymin, ymax, zmin, zmax;
489          double  d;
490                                          /* can we even do it? */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines