]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.cxx
Changements minimals
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / wxVtkSceneManager.cxx
index 57a0358507298ace767884de7f363bc98f33790a..24099d8c0ddb0b9f355984cfaa738a96b8d9a634 100644 (file)
@@ -947,10 +947,8 @@ namespace bbtk
        {
                double temp[3];
                _baseView->GetRenderer()->GetActiveCamera()->GetFocalPoint(temp);
-               printf("RaC wxVtkSceneManager::deleteAllBoxes() GetFocalPoint x:%f y:%f z:%f \n",temp[0],temp[1],temp[2]);
                _baseView->GetRenderer()->GetActiveCamera()->SetFocalPoint(0,0,temp[2]);
                _baseView->GetRenderer()->GetActiveCamera()->GetPosition(temp);
-               printf("RaC wxVtkSceneManager::deleteAllBoxes() GetPosition x:%f y:%f z:%f \n",temp[0],temp[1],temp[2]);
                _baseView->GetRenderer()->GetActiveCamera()->SetPosition(0,0,temp[2]);
                _baseView->RefreshView();