开发者

Loading 3ds file in Qt4.6

I need to develop some开发者_JS百科 application using OpenGL in Qt for Symbian platform. I found a function called loadScene in Qt3 that where used to load 3ds files but couldn't find any for the latest version of Qt.

Is there any library that I could use ?

Thanks,

Alexandre


It is not Qt3. It is Qt3d. Both are entirely different.

From Qt3d documentation, Qt/3D requires access to source files that do not ship with an SDK. Until Qt/3D becomes a regular part of Qt, either download an official Qt 4.7 source package , or a source tarball from our gitorious repository.

You may have to download the source files and configure it manually as given in the documentation.

Hope it helps..


3DS files are supported using the open source lib3ds library. A copy of version 1.3 of this library is included with the Qt/3D sources under the 3rdparty directory. Note we mean Qt/3D,not Qt3 :)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜