4 Star 0 Fork 0

cyb/Computer Graphics Second Experiment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
skybox.h 537 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef SKYBOX_H
#define SKYBOX_H
#include <vector>
#include <string>
#include <glad/glad.h>
#include <glm/glm.hpp>
#include "shader.h"
extern unsigned int skyboxVAO;
extern unsigned int skyboxVBO;
extern std::vector<unsigned int> cubemapTextures;
extern float blendFactor ;
extern bool transitioning ;
extern float transitionSpeed ; // Adjust this value to control the speed of transition
extern int currentSkyboxIndex ;
extern int nextSkyboxIndex ;
extern std::vector<std::vector<std::string>> allFaces;
void renderSky();
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cyb_c/computer-graphics-second-experiment.git
git@gitee.com:cyb_c/computer-graphics-second-experiment.git
cyb_c
computer-graphics-second-experiment
Computer Graphics Second Experiment
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385