Horizon
Loading...
Searching...
No Matches
spacenav_prefs.hpp
1#pragma once
2
3namespace horizon {
5 float threshold = 10;
6 float pan_scale = .05;
7 float zoom_scale = .001;
8 float rotation_scale = .01;
9};
10} // namespace horizon
Definition spacenav_prefs.hpp:4