DrawPoly

BlitzMax Forums/BlitzMax Beginners Area/DrawPoly

Jayjay(Posted 2009) [#1]
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


Oddball(Posted 2009) [#2]
This might help. DrawPoly(), filled or unfilled


ImaginaryHuman(Posted 2009) [#3]
It's just a bunch of drawlines?!


_Skully(Posted 2009) [#4]
For an unfilled poly yes