X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fviewer.hxx;h=7005e661ff6b029f44e08a70b48855a058d4b872;hb=b587400846111cc4d6713dcdd38b715c97923d5a;hp=aa5fb12125d0727e202be729b8cbbdf9df4cda9c;hpb=c56c520ab5baa9e5cb1c651bc0ac887aab1637f0;p=flightgear.git diff --git a/src/Main/viewer.hxx b/src/Main/viewer.hxx index aa5fb1212..7005e661f 100644 --- a/src/Main/viewer.hxx +++ b/src/Main/viewer.hxx @@ -119,6 +119,7 @@ public: // orientation rotations listed below. This has the effect of the // eye moving around and "looking at" the object (model) from // different angles. + virtual SGVec3d getOffset_m () const { return _offset_m; } virtual double getXOffset_m () const { return _offset_m.x(); } virtual double getYOffset_m () const { return _offset_m.y(); } virtual double getZOffset_m () const { return _offset_m.z(); }