can i render Direct3D scene in a QGraphicsItem?
General and Desktop
4
Posts
3
Posters
594
Views
4
Watching
-
There's no direct support for Direct3D in Qt but if you render it to an image you can display it as QGraphicsPixmapItem. I wouldn't expect any real-time performance this way but for rendering static images that don't change often it could be fine.