graphics - OpenGL -- What is the most efficient way to draw an oval in OpenGL? -


i have been using triangle_fan , drawing 90 triangles. what's better way?

look @ page drawing. explain 2 different methods.

edit:

i forgetting nurbs. use them . have here


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -