So how do I draw, a circle... just a simple circle... with surface.DrawPoly
This is what I wan't the non-hollow circle to be inside...
[CODE]surface.DrawCircle(200, ScrH() - 300, 100, 0, 0, 0, 255 )[/CODE]
How would I draw this?
Thanks
...
please help..
[img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/surface/DrawPoly]surface.DrawPoly[/url]'s first example shows you how to draw a circle? Could you explain what you mean a bit better?
[QUOTE=MPan1;50888777][img]http://wiki.garrysmod.com/favicon.ico[/img] [url=http://wiki.garrysmod.com/page/surface/DrawPoly]surface.DrawPoly[/url]'s first example shows you how to draw a circle? Could you explain what you mean a bit better?[/QUOTE]
You'r mistaken, first example shows you how to draw a Triangle.
Second Example shows you some sort of moving mess xD
It's not a moving mess if you actually read the example. Just change math.sin to be the number of vertices on the circle and it looks fine.
Sorry, you need to Log In to post a reply to this thread.