On Tue, 6 Apr 2010, Rakesh Kumar wrote: > I am trying to draw some 3D object(Like Sphere), but I Am not getting > any sample. Please provide Some sample or link. Thanks for any help.
Cogl doesn't currently have any primitives to help draw a sphere so the only way to do it is to generate the vertices yourself and use the CoglVertexBuffer API. There is an example actor which can do that here: http://ho.io/b3wt - Neil -- To unsubscribe send a mail to [email protected]
