Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6889 in orxonox.OLD for trunk/src/lib/graphics/effects/lense_flare.h


Ignore:
Timestamp:
Jan 31, 2006, 1:21:29 PM (18 years ago)
Author:
patrick
Message:

trunk: lenseflare is not drawn if behind the camera

File:
1 edited

Legend:

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

    r6885 r6889  
    1212
    1313#include "vector.h"
     14#include "plane.h"
    1415
    1516
     
    5556
    5657    float*                   flareMatrix;
     58    Plane                    frustumPlane;       //!< plane that marks the view frustum
    5759};
    5860
Note: See TracChangeset for help on using the changeset viewer.