GLPaint Collision Detection
I'd like to make an app that allows the user to draw a line (like in the GLPaint app). The lines drawn by the user would be used as platforms for their player. I understand how to implement collision detection. However, what I don't know how to do is get the area in which the lines are drawn. How would I go about getting the area of the lines? Thanks in advance.
|