Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个项目,我需要能够在立方体的所有六个侧面上显示视频,该立方体在三个维度上移动和旋转,使用 Qt。我知道这个问题很模糊,但我对图形完全陌生,所以对我应该看哪些类以及它们应该如何链接在一起的高级描述会有很大帮助。我应该使用 GLRenderer 还是普通的?Qt 甚至是适合这项工作的工具吗?
你可以做的是使用 QtOpenGL来渲染立方体。然后你使用视频纹理。