Function To Draw An Arc

BlitzMax Forums/OpenGL Module/Function To Draw An Arc

Jayjay(Posted 2011) [#1]
Hi all,

Many thanks in advance but I am a little stumped (not physically you understand!)

I want to draw an arc using opengl, but after many attempts have failed...Does anyone have a function or code extract I could use?


Thanks


ImaginaryHuman(Posted 2011) [#2]
See the code archives under bmx code, look for bezier curve


Jesse(Posted 2011) [#3]
a circle arc:
http://www.blitzmax.com/codearcs/codearcs.php?code=2598


Jayjay(Posted 2011) [#4]
Jesse

Many thanks, that was exceptionally useful!