Unofficial OpenGL Software Development Kit
0.5.0
|
#include <MousePoles.h>
Utility object describing the scale of the ViewPole.
Public Attributes | |
float | minRadius |
The closest the radius to the target point can get. | |
float | maxRadius |
The farthest the radius to the target point can get. | |
float | largeRadiusDelta |
The radius change to use when the SHIFT key isn't held while mouse wheel scrolling. | |
float | smallRadiusDelta |
The radius change to use when the SHIFT key is held while mouse wheel scrolling. | |
float | largePosOffset |
The position offset to use when the SHIFT key isn't held while pressing a movement key. | |
float | smallPosOffset |
The position offset to use when the SHIFT key is held while pressing a movement key. | |
float | rotationScale |
The number of degrees to rotate the view per window space pixel the mouse moves when dragging. | |