Class FovCamera

    • Field Detail

      • MAX_OVERLAP_TIME

        public long MAX_OVERLAP_TIME
        time that has to pass with the current scan rate so that we scan to the edge of the current field of view.
      • MAX_OVERLAP_ANGLE

        public float MAX_OVERLAP_ANGLE
      • gaia

        public Gaia gaia
      • directions

        public Vector3d[] directions
      • interpolatedDirections

        public java.util.List<Vector3d[]> interpolatedDirections
      • currentTime

        public long currentTime
      • lastTime

        public long lastTime
      • dirindex

        public int dirindex
    • Constructor Detail

      • FovCamera

        public FovCamera​(com.badlogic.gdx.assets.AssetManager assetManager,
                         CameraManager parent)