PDA

View Full Version : Making 3D Images wuthout QGLWidget



ashishsaryar
13th February 2008, 12:19
Hi to all


there is any way to make 3d graphicsitem like pyramid , cube , etc..(without using QGLWidget)

Thanks......

bunjee
14th February 2008, 13:13
Opengl is the standard API for portable 3D applications.

If you want to use M$ Direct3D inside a Qt App their might be ways to do it, but you'll break the portability. And it's also way more complex than gl.

Why don't you use Opengl as everyone ?

ashishsaryar
15th February 2008, 09:18
I have a frame in which there are number of graphics item ..

i have to add some 3d items in that also thats why i don't to use opengl . i have to use Qgraphicsitem hen i will add this item to my frame which is a qgraphicsview .