}
}
- copyToCurrent();
do_bind();
get_current_view()->bind();
}
}
-void
-FGViewMgr::copyToCurrent()
-{
-
-}
-
void FGViewMgr::clear()
{
views.clear();
get_current_view()->bind();
}
- // copy in view data
- copyToCurrent();
-
-
-
// force an update now, to avoid returning bogus data.
// real fix would to be make all the accessors use the dirty mechanism
// on FGViewer, so update() is a no-op.
double getCurrentViewFrame_y() const;
double getCurrentViewFrame_z() const;
- // copies current offset settings to current-view path...
- void copyToCurrent ();
-
bool inited;
SGPropertyNode_ptr view_number;
std::vector<SGPropertyNode_ptr> config_list;