]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/wxVtkSceneManager.h
First prototype works. Basic boxes construction, evenct handling and colors represent...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / wxVtkSceneManager.h
index d272f60ac5e2a37ee22782eb2fd78c5f0b0efc86..db78193a2eebe90dc04f5a5ef0c73ff95595acde 100644 (file)
@@ -91,13 +91,10 @@ namespace bbtk
 
                int _id;
                wxVtk3DBaseView *_baseView;
+
                std::vector<GObjectModel*> objects;
                std::vector<GObjectModel*> selectedObjects;
 
-               void refreshRenderWindow();
-
-               //ERASE
-               int cantTemp;
        protected:
 
        };