在 Qt 中以 3D 方式显示和绘制项目

发布于 2024-11-28 08:36:18 字数 144 浏览 1 评论 0原文

是否有可能在不使用 Qt 的 OpenGL 部分的情况下在 Qt 中显示和/或绘制 3D 项目?对于我想要可视化的每个项目,我可以计算该项目包含的所有点的 x、y 和 z 坐标。

如果可能的话,我想要像 QGraphicsView 这样的东西只在 3d 中。

Is there any possibility to display and or to draw items in 3D in Qt without using the OpenGL part of Qt? For each of the items I want to visualize I can calculate the x, y and z coordinates of all the points that the item contains.

I would like to have something like QGraphicsView only in 3d if that is possible.

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

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

发布评论

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

评论(1

世俗缘 2024-12-05 08:36:18

是的,这是可能的。

您可以获取此小部件的源代码 PictureFlow 并查看如何完成了。
这是另一个 PictureFlow 链接

Yes, that's possible.

You can grab the source code of this widget PictureFlow and see how it's done.
Here is another link to PictureFlow

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