开发者

Circle and Sphere in OpenGL ES

开发者 https://www.devze.com 2023-01-05 01:15 出处:网络
In OpenGL ES 1.1 (using Objective-C), what is the easiest way to create a circle, and for a sphere? I would prefer for it to be easy to implement, as 开发者_运维问答I am new to OpenGL.

In OpenGL ES 1.1 (using Objective-C), what is the easiest way to create a circle, and for a sphere? I would prefer for it to be easy to implement, as 开发者_运维问答I am new to OpenGL.

Thanks

jrtc27


http://iphonedevelopment.blogspot.com/2009/05/procedural-spheres-in-opengl-es.html

That site has some fantastic basics tutorials for openGL ES too. Note: it's not an efficient way to do it, but since you asked for easy rather than efficient, you might be interested.

0

精彩评论

暂无评论...
验证码 换一张
取 消