QGLGraphicsViewportItem
General and Desktop
6
Posts
3
Posters
2.9k
Views
1
Watching
-
I'm developing a robot steer simulator. There must be a simple 3D scene map editor. It must have an availability to add simple figures such as cube, pyramid cone etc. Map should be viewed in 2 different positions of camera in same time (not necessary but desirable). What should I chose for it? QGLGraphicsViewportItem or QGLView and QSceneNode? What are the benefits of QGLGraphicsViewportItem?