hi,
I want build an application to draw a simple polygon and grid the inner region of the polygon and color each grids as shown below
1-Draw a polygon
2-Grid the inner region of the polygon
3-If some grids cut the outline of the polygon like the grid named 3,ignore the entire grid
4-After griding we should be able to color the grid partially as well as partially
hi mgear,
Im new to unity, now stuck at making grids inside the polygon.Its a 2d work.I am able to draw the polygon but really dont have an idea about how to make grids in the inner region and control each grids.