Thanks Neil for your quick reply. I will go through this link.
RK. -----Original Message----- From: Neil Roberts [mailto:[email protected]] Sent: Tuesday, April 06, 2010 3:13 PM To: Rakesh Kumar; [email protected] Subject: Re: [clutter] Some 3D sample Using Cogl 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]
