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 Details

    • view

      protected View view
    • timer

      protected TicToc timer
  • Constructor Details

    • CameraPathAnnotation

      public CameraPathAnnotation(View view, Color color)
  • Method Details

    • draw

      public void draw(IPainter painter)
      Description copied from class: Drawable
      Call OpenGL2 routines for rendering the object.
      Specified by:
      draw in interface IGLRenderer
      Overrides:
      draw in class LineStrip
    • updateCameraPath

      public void updateCameraPath()