X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fcameracontroller.h;h=b18e2519d25aadecaff80eb4e8c345b7bc7ffb85;hb=1ff06c5bc46a677fa389ef86c6b26664368f1653;hp=b39b3d5a59a6d0f173e69905888d17c849514510;hpb=61da962442ae528bba9c66fa0c09427b53a4cbe0;p=r2c2.git diff --git a/source/designer/cameracontroller.h b/source/designer/cameracontroller.h index b39b3d5..b18e251 100644 --- a/source/designer/cameracontroller.h +++ b/source/designer/cameracontroller.h @@ -1,6 +1,6 @@ /* $Id$ -This file is part of the MSP Märklin suite +This file is part of R²C² Copyright © 2010 Mikkosoft Productions, Mikko Rasa Distributed under the GPL */ @@ -67,6 +67,7 @@ private: void key_press(unsigned, unsigned, wchar_t); void key_release(unsigned, unsigned); +public: /** Return the focus point, i.e. where the look ray intersects with ground. */ Msp::GL::Vector3 get_focus() const;