]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/renderer.hxx
Add OPTION_MULTI to several more options that could potentially be used
[flightgear.git] / src / Main / renderer.hxx
index 54a69a1513e91c49f236c7f686ddd517ecf97f3a..84b03d87e06b1e1f29cc6e41f635271a7dfdb01a 100644 (file)
@@ -47,14 +47,12 @@ public:
     void splashinit();
     void init();
 
-    void resize(int width, int height );
+    void setupView();
 
-    // calling update( refresh_camera_settings = false ) will not
-    // touch window or camera settings.  This is useful for the tiled
-    // renderer which needs to set the view frustum itself.
-    void update( bool refresh_camera_settings);
-    static void update();
+    void resize(int width, int height );
 
+    void update();
+  
     /** Just pick into the scene and return the pick callbacks on the way ...
      */
     bool pick( std::vector<SGSceneryPick>& pickList,