OpenGL之——3D漫遊(金字塔)

簡易版3D漫遊金字塔效果如下:  面重合部分的紋理爭奪戰:  代碼: main.cpp #include <iostream> #include <glad/glad.h> #include <GLFW/glfw3.h> #define STB_IMAGE_IMPLEMENTATION #include <stb_image.h> #include "Shader.h" #include <gl
相關文章
相關標籤/搜索