This commit is contained in:
Vladislav Vinogradov 2011-12-12 13:59:34 +00:00
parent 061f032719
commit f6d8f4dc6b

View File

@ -303,11 +303,7 @@ void PointCloudRenderer::update(int key, double aspect)
const double posStep = 0.1;
#ifdef _WIN32
const double mouseStep = 0.001;
#else
const double mouseStep = 0.000001;
#endif
const double mouseStep = 0.001;
camera_.setPerspectiveProjection(30.0 + fov_ / 100.0 * 40.0, aspect, 0.1, 1000.0);