PDA

View Full Version : Drawing 3d pie



toutarrive
4th September 2009, 17:36
hi,

I need to draw 3D pie for an app.
But i 've got no idea to start off with.
Thanks for your help

olivier

wysota
4th September 2009, 18:11
Does it have to be 3D or only look like 3D? If the former, use OpenGL, if the latter, see the "pie view" example bundled with Qt.

aamer4yu
4th September 2009, 18:34
May be you can also have a look at this example (http://labs.trolltech.com/blogs/2008/07/05/let-there-be-color/).

It will give you some idea how to create 3D from 2D...if u manage to grasp it ;)

toutarrive
5th September 2009, 16:21
Thanks for your answers.

looking at the code but not that easy to grab... :)