osgEarth 2.1.1
|
Public Member Functions | |
virtual void | onValueChanged (class Control *control, float value) |
Definition at line 65 of file osgearth_viewer.cpp.
virtual void SkySliderHandler::onValueChanged | ( | class Control * | control, |
float | value | ||
) | [inline, virtual] |
Reimplemented from osgEarth::Util::Controls::ControlEventHandler.
Definition at line 67 of file osgearth_viewer.cpp.
{ s_sky->setDateTime( 2011, 3, 6, value ); }