Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2006, 11:11:25 AM (18 years ago)
Author:
patrick
Message:

newtork: the lenseflare algorithm should be finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/graphics/effects/lense_flare.h

    r6786 r6787  
    1212
    1313#include "vector.h"
     14
     15
     16#define LF_MAX_FLARES 7
     17
    1418
    1519class TiXmlElement;
     
    4650
    4751    Vector                   flareVector;        //!< the axis to draw the flares on
     52    float                    distance;           //!< distance from center to source
    4853    Vector                   screenCenter;       //!< the vector marking the center of the screen
     54
     55    float*                   flareMatrix;
    4956};
    5057
Note: See TracChangeset for help on using the changeset viewer.