How to view a Collada mesh in a Qt application?
How do I create a small 3D viewport and show there a Collada mesh? Also, mesh has textures, and user would want to rotate a开发者_C百科nd zoom in/out with a mouse.
I believe that OpenSceneGraph supports the Collada file format, and provides a choice of Qt widgets.
You may need to install the OSG Collada Plugin.
I used OpenSceneGraph with Qt nearly 3 years ago, and it was a very good experience. I found the mouse control to be very pleasing.
They released version 3.0.0 in June this year, and 3.0.1 in July, suggesting that it is still being actively worked on.
加载中,请稍侯......
精彩评论