private void updatePointCloudPosition(float centerX, float centerY) {
   mPointCloud.setCenter(centerX, centerY);
 }