adding a qt3d scene to graphicsviewHello, I have a cubeview (qt3d scene ) object view. I want to display it in the graphicsView pane of...
class object as another class memberI tried to write this: [code]MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ...
class object as another class memberI create an object of class in another class mainwindow. But, when I initialize this object in the c...
Open an image in DirectX9Hi, I am working on Visual studio wherein I have a cube and a sphere and I am able to set material p...