LensFlare Class Reference

Camera lens flare compositor. More...

#include <rendering/rendering.hh>

Public Member Functions

 LensFlare ()
 Constructor. More...
 
virtual ~LensFlare ()
 Destructor. More...
 
void SetCamera (CameraPtr _camera)
 Set the camera which lensFlare will be applied to. More...
 

Detailed Description

Camera lens flare compositor.

This lens flare effect does not perform any depth checking so if the directional light is occluded by an object in the scene, lens flare will pass through the object. The lens flare's color is set by the shaders and not exposed through an API in this class.

Constructor & Destructor Documentation

LensFlare ( )

Constructor.

virtual ~LensFlare ( )
virtual

Destructor.

Member Function Documentation

void SetCamera ( CameraPtr  _camera)

Set the camera which lensFlare will be applied to.

Parameters
[in]_cameraCamera to be distorted

The documentation for this class was generated from the following file: