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