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.17 by greg, Wed Jul 25 05:38:24 2007 UTC vs.
Revision 2.18 by greg, Sat Dec 6 01:08:53 2008 UTC

# Line 26 | Line 26 | extern "C" {
26   #define  SSPOT          010             /* source spotlight flag */
27   #define  SVIRTUAL       020             /* source virtual flag */
28   #define  SFLAT          040             /* source flat flag */
29 < #define  SCYL           0100            /* source cylindrical flag */
30 < #define  SFOLLOW        0200            /* source follow path flag */
29 > #define  SCIR           0100            /* source circular flag */
30 > #define  SCYL           0200            /* source cylindrical flag */
31 > #define  SFOLLOW        0400            /* source follow path flag */
32  
33   typedef struct {
34          FVECT  aim;             /* aim direction or center */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines