- Home /
Find all polygons in a graph (a 2D plane with several lines dividing it)
Hi,
I'm trying to sort out a way to have a plane divided into polygons. I have a little game in which the user will draw lines on the screen and the lines will divide this plane. I then need to add polygon colliders of the correct shapes (Unity really doesn't handle it too well unless I have previously done some sortof ordering to it) in order to make the required detections.
Thanks in advance.
Comment
Your answer
Follow this Question
Related Questions
how to create moser spindle graph ? 0 Answers
Math help - sinus graph 1 Answer
Increment a variable by using an AnimationCurve graph 1 Answer
3D Grapher - Function input problem 1 Answer
Find angle between two gameobjects? 1 Answer