Exemple #1
0
        //!
        //! Setter function for the move variable.
        //! Enables / Disables sensor based, automatic camera rotation.
        //! @param    set     sensor based camera movement on/off
        //!
        public void setMove(bool set)
        {
            move = set;

            // HACK TANGO
            mainController.setTangoActive(set);
        }