#include <PrecipitationController.h>

Public Member Functions | |
| Ogre::Viewport * | getViewport () const |
| PrecipitationController * | getParent () const |
| Ogre::CompositorInstance * | getCompositorInstance () const |
| bool | getAutoCameraSpeed () |
| Check if camera speed is automatically calculated (default true). | |
| void | setAutoCameraSpeed () |
| Set camera speed to automatic calculation. | |
| void | setManualCameraSpeed (const Ogre::Vector3 &value) |
| Set manual camera speed; disables automatic calculation. | |
| const Ogre::Vector3 | getCameraSpeed () |
| Get current camera speed. Doesn't include CameraSpeedScale. | |
| PrecipitationInstance (PrecipitationController *parent, Ogre::Viewport *view) | |
Friends | |
| class | PrecipitationController |
This will create and control an ogre::CompositorInstance.
Definition at line 212 of file PrecipitationController.h.
| void Caelum::PrecipitationInstance::setAutoCameraSpeed | ( | ) |
Set camera speed to automatic calculation.
Definition at line 311 of file PrecipitationController.cpp.
References Ogre::Vector3::ZERO.
1.5.6