在 Qt 中以 3D 方式显示和绘制项目
是否有可能在不使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。
您可以获取此小部件的源代码 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