pull/13383/head
Vladislav Vinogradov 13 years ago
parent 061f032719
commit f6d8f4dc6b
  1. 4
      samples/cpp/point_cloud.cpp

@ -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);

Loading…
Cancel
Save