Go to the documentation of this file.
17 #ifndef GZ_RENDERING_OGRE2_OGRE2GAUSSIANNOISEPASS_HH_
18 #define GZ_RENDERING_OGRE2_OGRE2GAUSSIANNOISEPASS_HH_
23 #include "gz/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: gz/rendering/ogre2/Ogre2GaussianNoisePass.hh:35
Base Gaussian noise render pass.
Definition: gz/rendering/base/BaseGaussianNoisePass.hh:36