Commit f6d8f4dc authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor

parent 061f0327
......@@ -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
camera_.setPerspectiveProjection(30.0 + fov_ / 100.0 * 40.0, aspect, 0.1, 1000.0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment