readme

来自「Trolltech公司发布的基于C++图形开发环境」· 代码 · 共 10 行

TXT
10
字号
The overlay exampleThis example program shows how to use OpenGL overlays with the Qt OpenGLExtension. It contains a QGLWidget with a relatively expensiveredrawing operation, and rubber-band drawing in the overlay plane.Using the overlay has the advantage that the rubber-band may be drawnand erased without damaging the image in the main plane, so costlyredraws are avoided.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?