Go to the documentation of this file.
18 #ifndef GAZEBO_RENDERING_LENSFLARE_HH_
19 #define GAZEBO_RENDERING_LENSFLARE_HH_
34 class LensFlarePrivate;
55 public:
void SetCamera(
CameraPtr _camera);
59 public:
void SetScale(
const double _scale);
62 private:
void Update();
66 private:
void OnRequest(ConstRequestPtr &_msg);
70 private: std::unique_ptr<LensFlarePrivate> dataPtr;
Forward declarations for the common classes.
Definition: Animation.hh:26
virtual ~LensFlare()
Destructor.
void SetScale(const double _scale)
Set the scale of lens flare.
void SetCamera(CameraPtr _camera)
Set the camera which lensFlare will be applied to.
Camera lens flare compositor. This lens flare effect does not perform any depth checking so if the di...
Definition: LensFlare.hh:45
boost::shared_ptr< Camera > CameraPtr
Definition: RenderTypes.hh:90