Class CameraPathAnnotation

  • All Implemented Interfaces:
    IGLRenderer, ISortableDraw

    public class CameraPathAnnotation
    extends LineStrip
    Record the camera position at regular interval and draws the path based on these point accumulation.
    Author:
    Martin
    • Field Detail

      • view

        protected View view
      • timer

        protected TicToc timer
    • Constructor Detail

      • CameraPathAnnotation

        public CameraPathAnnotation​(View view,
                                    Color color)
    • Method Detail

      • updateCameraPath

        public void updateCameraPath()