#include <DefaultActions.hpp>
Inheritance diagram for vrvis::RotateXAction:
Public Member Functions | |
RotateXAction (void) | |
Constructor. | |
~RotateXAction (void) | |
Destructor. | |
void | execute (const float cAnalogDataValue) |
Calculate angle from the incoming analog value and rotate the scene. |
THRESHOLD
value, the scene is rotated around its local X axis.
|
Constructs a RotateXAction object. |
|
Destructor. |
|
The incoming analog value is checked for exceeding the
Implements vrvis::RotateAction.
|