在Qt4.6中加载3ds文件

发布于 2024-09-09 07:34:12 字数 157 浏览 0 评论 0原文

我需要在 Qt 中为 Symbian 平台使用 OpenGL 开发一些应用程序。我在 Qt3 中发现了一个名为 loadScene 的函数,该函数用于加载 3ds 文件,但找不到最新版本的 Qt 的任何函数。

有我可以使用的图书馆吗?

谢谢,

亚历山大

I need to develop some 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

西瑶 2024-09-16 07:34:12

它不是Qt3。它是Qt3d。两者完全不同。

来自 Qt3d 文档Qt/3D 需要访问不随 SDK 一起提供的源文件。在 Qt/3D 成为 Qt 的常规部分之前,请下载官方的 Qt 4.7 源包 ,或来自我们的 gitorious 存储库

您可能需要下载源文件并按照文档中的说明手动配置它。

希望有帮助..

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..

习惯成性 2024-09-16 07:34:12

使用开源 lib3ds 库支持 3DS 文件。该库 1.3 版本的副本包含在 3rdparty 目录下的 Qt/3D 源代码中。
请注意,我们指的是 Qt/3D,而不是 Qt3 :)

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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文