James Randall Musings on software development, business and technology.
Elite: well that's put a crimp in an otherwise damn fine plan

The oh so clever 2D solution for laser intersection doesn’t work I realised this evening. That’s what happens I guess when you literally dream a solution. Problem with it is how I determined the outline quad - its flawed as it can result in the same points being repeated.

What I’ve done instead this evening is to do the same but with each face of the bounding box. If you visualise it this basically results in the box being projected into 2D.