DrawPoly
BlitzMax Forums/BlitzMax Beginners Area/DrawPoly
| ||
| Hi Coders Thanks in advance! I want to be able to create a polygon using the drawpoly([]) command. This works but seems to draw a solid filled poly. What I want is to only draw the outline lines....Can DrawPoly do this or do I need to create my own function? Thanks |
| ||
| This might help. DrawPoly(), filled or unfilled |
| ||
| It's just a bunch of drawlines?! |
| ||
| For an unfilled poly yes |