This project is a 3D graphics scene built using OpenGL in C++. The goal was to design and render a small scene using geometric primitives, lighting, textures, and camera movement. The scene represents ...
docs/ ├── .vitepress/ │ └── config.js # VitePress 配置文件 ├── index.md # 首页 ├── objects/ # OpenGL 对象 │ ├── index.md # OpenGL 对象概述 │ ├── buffers/ # 缓冲区对象 │ │ └── index.md ...