예제 #1
0
        /// <summary>
        /// This will restart the AR+GPS system, repositioning all the objects.
        /// </summary>
        public void Restart()
        {
            Logger.LogFromMethod("ARLocationManager", "Restart", "Resetting AR+GPS location...", DebugMode);

            arLocationOrientation.Restart();
            arLocationProvider.Restart();

            Logger.LogFromMethod("ARLocationManager", "Restart", "Done.", DebugMode);
        }
예제 #2
0
 /// <summary>
 /// This will restart the AR+GPS system, repositioning all the objects.
 /// </summary>
 public void Restart()
 {
     //arLocationOrientation.Restart();
     arLocationProvider.Restart();
     arTransformationManager.Restart();
 }