コード例 #1
0
ファイル: MoveCamera.cs プロジェクト: theseim/VPET
        //!
        //! 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);
        }