|
| OgreDistortionPass () |
| Constructor. More...
|
|
virtual | ~OgreDistortionPass () |
| Destructor. More...
|
|
void | CreateRenderPass () override |
| Create the render pass using ogre compositor. More...
|
|
void | Destroy () override |
| Destroy any resources associated with this object. Invoking any other functions after destroying an object will result in undefined behavior. More...
|
|
void | PreRender () override |
| Prepare this object and any of its children for rendering. This should be called for each object in a scene just before rendering, which can be achieved by a single call to Scene::PreRender. More...
|
|
virtual | ~BaseDistortionPass () |
| Destructor. More...
|
|
math::Vector2d | Center () const |
| Get the distortion center. More...
|
|
double | K1 () const |
| Get the radial distortion coefficient k1. More...
|
|
double | K2 () const |
| Get the radial distortion coefficient k2. More...
|
|
double | K3 () const |
| Get the radial distortion coefficient k3. More...
|
|
double | P1 () const |
| Get the tangential distortion coefficient p1. More...
|
|
double | P2 () const |
| Get the tangential distortion coefficient p2. More...
|
|
void | SetCenter (const math::Vector2d &_center) |
| Set the distortion center. More...
|
|
void | SetK1 (double _k1) |
| Set the radial distortion coefficient k1. More...
|
|
void | SetK2 (double _k2) |
| Set the radial distortion coefficient k2. More...
|
|
void | SetK3 (double _k3) |
| Set the radial distortion coefficient k3. More...
|
|
void | SetP1 (double _p1) |
| Set the tangential distortion coefficient p1. More...
|
|
void | SetP2 (double _p2) |
| Set the tangential distortion coefficient p2. More...
|
|
| DistortionPass () |
| Constructor. More...
|
|
virtual | ~DistortionPass () |
| Destructor. More...
|
|
virtual math::Vector2d | Center () const =0 |
| Get the distortion center. More...
|
|
virtual double | K1 () const =0 |
| Get the radial distortion coefficient k1. More...
|
|
virtual double | K2 () const =0 |
| Get the radial distortion coefficient k2. More...
|
|
virtual double | K3 () const =0 |
| Get the radial distortion coefficient k3. More...
|
|
virtual double | P1 () const =0 |
| Get the tangential distortion coefficient p1. More...
|
|
virtual double | P2 () const =0 |
| Get the tangential distortion coefficient p2. More...
|
|
virtual | ~RenderPass () |
| Destructor. More...
|
|
virtual bool | IsEnabled () const =0 |
| Get whether or not the render pass is enabled. More...
|
|
virtual | ~Object () |
| Destructor. More...
|
|
virtual unsigned int | Id () const =0 |
| Get the object ID. This ID will be unique across all objects inside a given scene, but necessarily true for objects across different scenes. More...
|
|
virtual std::string | Name () const =0 |
| Get the object name. This name will be unique across all objects inside a given scene, but necessarily true for objects across different scenes. More...
|
|
virtual void | PostRender ()=0 |
| Post process this object and any of its children after rendering. More...
|
|
virtual ScenePtr | Scene () const =0 |
| Get the Scene that created this object. More...
|
|
virtual | ~OgreRenderPass () |
| Destructor. More...
|
|
void | Destroy () override |
|
virtual void | SetCamera (Ogre::Camera *_camera) |
| Set the ogre camera that the render pass applies to. More...
|
|
virtual | ~BaseRenderPass () |
| Destructor. More...
|
|
virtual bool | IsEnabled () const override |
| Get whether or not the render pass is enabled. More...
|
|
virtual void | SetEnabled (bool _enabled) override |
| Set to enable or disable the render pass. More...
|
|
virtual | ~OgreObject () |
|
virtual ScenePtr | Scene () const |
|
virtual | ~BaseObject () |
|
virtual unsigned int | Id () const override |
|
virtual std::string | Name () const override |
|
virtual void | PostRender () override |
|