Go to the documentation of this file.
18 #ifndef GAZEBO_RENDERING_LENSFLARE_HH_
19 #define GAZEBO_RENDERING_LENSFLARE_HH_
34 class LensFlarePrivate;
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:27
virtual ~LensFlare()
Destructor.
void SetScale(const double _scale)
Set the scale of lens flare.
rendering
Definition: RenderEngine.hh:31
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:46
boost::shared_ptr< Camera > CameraPtr
Definition: RenderTypes.hh:90