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

Comparing ray/src/hd/rhd_odraw.h (file contents):
Revision 3.11 by schorsch, Mon Jul 14 22:24:00 2003 UTC vs.
Revision 3.12 by schorsch, Thu Jan 1 11:21:55 2004 UTC

# Line 137 | Line 137 | is non-zero, then clear the previous sample history.
137  
138   **********************************************************************/
139  
140 +        /* rhd_geom.c */
141 + void gmNewGeom( char *file);
142 + extern void gmEndGeom(void);
143 + extern int gmDrawGeom(void);
144 + extern void gmDrawPortals(int r, int g, int b, int a);
145 + extern void gmDepthLimit( double dl[2], FVECT vorg, FVECT vdir);
146 + extern void gmNewPortal(char *pflist);
147 + extern int gmEndPortal(void);
148 +        /* rhd_odraw.c */
149 + extern int odInit(int n);
150 + extern void odSample(COLR c, FVECT d, FVECT p);
151 + extern void odRemap(int newhist);
152 + extern void odRedrawAll(void);
153 + extern void odRedraw(int vn, int hmin, int vmin, int hmax, int vmax);
154 + extern void odDepthMap(int vn, GLfloat *dm);
155 + extern void odUpdate(int vn);
156 +
157 +
158   #ifdef __cplusplus
159   }
160   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines