Drag and Drop a 3D shape into a QGraphicsView and display -- how to?
General and Desktop
3
Posts
3
Posters
2.3k
Views
1
Watching
-
[quote author="utcenter" date="1361894892"]QGraphicsView is designed with 2d graphics in mind and does not support 3D. That being said, it can still be done, but you will have to do it on your own with regular OpenGL api calls.[/quote]
Actually, it is called 2.5D :)
@jiapei100, if you are using a "MIME", QGraphicsView can actually mimic a 3D shape but depends on how you implement it (just mimic it and NOT to fully support it). 3D is supported in Qt via OpenGL.