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

Comparing ray/src/rt/source.h (file contents):
Revision 2.19 by greg, Mon Sep 15 00:54:39 2014 UTC vs.
Revision 2.20 by greg, Thu Nov 8 00:54:07 2018 UTC

# Line 146 | Line 146 | extern int  nsources;                  /* the number of sources */
146   #define  setsource(s,o)         (*sfun[(o)->otype].of->setsrc)(s,o)
147  
148                                          /* defined in source.c */
149 extern OBJREC   *findmaterial(OBJREC *o);
149   extern void     marksources(void);
150   extern void     freesources(void);
151   extern int      srcray(RAY *sr, RAY *r, SRCINDEX *si);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines