Go to the documentation of this file.
17 #ifndef IGNITION_RENDERING_OGRE2_OGRE2GAUSSIANNOISEPASS_HH_
18 #define IGNITION_RENDERING_OGRE2_OGRE2GAUSSIANNOISEPASS_HH_
23 #include "ignition/rendering/ogre2/Export.hh"
29 inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
45 public:
void PreRender()
override;
48 public:
void CreateRenderPass()
override;
51 private: Ogre::Material *gaussianNoiseMat =
nullptr;
Ogre2 Implementation of a Gaussian noise render pass.
Definition: Ogre2GaussianNoisePass.hh:35
Base Gaussian noise render pass.
Definition: BaseGaussianNoisePass.hh:36