To build 3d editor with OpenGL and Qt which methods/shell I use?
I want to build simple 3d editor , using OpenGL and Qt.开发者_运维技巧 First what is the correct way to approach such project ? to follow this example :
http://qt.gitorious.org/qt-labs/wolfenqt/ or this is more newer and better way : http://doc.qt.io/qt-5/examples-widgets-opengl.html I will use the latest Qt . Where to start ?What you should more care about than which toolkit to use, are the data structures you're going to manage your models with. Also such mundane things like picking are to be considered.
How about you take a look how other 3D modelers do it? The source code of Blender-2.5x is full of beautiful ideas.
精彩评论