Implement a PolyFill function
Monkey Forums/Monkey Programming/Implement a PolyFill function
| ||
Hi everybody, for a project of mine, I do really need to be able to fill areas. Monkey has methods to draw lines and circles, but nothing for draw filled polygons. Is it that difficult to handle filled polygons? What could I do? |
| ||
There is one for the HTML5 target: http://www.monkeycoder.co.nz/Community/posts.php?topic=1885#18369 |
| ||
DrawPoly... monkey has a command to do this already. |
| ||
http://monkeycoder.co.nz/Community/posts.php?topic=625 |
| ||
Oh and also in the code archives there are some shape functions that use the DrawPoly command. Might be worth checking out. http://www.monkeycoder.co.nz/Community/posts.php?topic=2462 |