创建OpenGL界面

项目仓库:

1
git clone https://gitee.com/yongwang12138/learn-open-gl.git

image-20241127205155850

1. 新建项目

image-20241127204359317

2. 新建OpenGL类

继承于QOpenGLWidgetQOpenGLFunctions

image-20241127204528007

3. 重写对应的虚函数

image-20241127204840219

4. 将界面上的对象提升为自定义的OpenGL类

image-20241127205023352