Cover Controller Updates

Updates from the second day of controller updates

November 24, 2019

Additional polish and feature additions to the controller. This was a little slow for today since I wasn't able to get started until late in the evening.

Triple Raycast Approach

  • Wrote a LineGenerator class which generates a series of line segments radiating from a single point.
  • Wrote a RaycasterUtility that takes a list of line segments and performs the necessary Raycasts (well, LineCasts specifically in unity parlance).

Three raycasts approach