以下の機能で角度および距離に範囲制限を加えられます.
HITrackballDesc |
||
Vec2f |
lonRange |
経度範囲 |
Vec2f |
latRange |
緯度範囲 |
Vec2f |
distRange |
距離範囲 |
HITrackballIf |
|
void |
GetLongitudeRange(float& rmin, float& rmax) |
void |
SetLongitudeRange(float rmin, float rmax) |
void |
GetLatitudeRange(float& rmin, float& rmax) |
void |
SetLatitudeRange(float rmin, float rmax) |
void |
GetDistanceRange(float& rmin, float& rmax) |
void |
SetDistanceRange(float rmin, float rmax) |