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.
如何使用 QGLWidget 或 QGLBuilder 创建一个在中点弯曲的 Quad?实际上,我想以一种看起来像切割球体的方式弯曲四边形。
如何创建在中点弯曲的四边形
你不能。根据定义,四边形总是平坦的。您当然可以将四边形细分为许多小三角形并变形该网格,但这是不同的。
QGLWidget 还是 QGLBuilder?
那些都无所谓。