osgEarth 2.1.1
|
Public Member Functions | |
void | onValueChanged (Control *control, float value) |
Definition at line 82 of file osgearth_controls.cpp.
void RotateImage::onValueChanged | ( | Control * | control, |
float | value | ||
) | [inline, virtual] |
Reimplemented from osgEarth::Util::Controls::ControlEventHandler.
Definition at line 84 of file osgearth_controls.cpp.
{ s_imageControl->setRotation( Angular(value) ); }