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.
我有一个巨大的应用程序在 c++ QGLWidget 中渲染 3d 场景。是否可以使用 Qt5 和 webgl 向应用程序添加脚本层,以便在 QGLWidget 上交互式“绘制”?如何?
在 QGLWidget 中,您将使用 Native openGL API 进行绘制,并使用输入 API 来获取输入。在 WebGL 代码中,您将使用 WebGL(连同 Canvas 包装器)进行绘制。这里的“交互式绘画”操作是什么意思?