mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-22 20:25:28 +08:00
apparently it's not supposed to be THIS large
This commit is contained in:
@@ -151,8 +151,8 @@ vector<std::string> faces;
|
||||
"left.jpg",
|
||||
"top.jpg",
|
||||
"bottom.jpg",
|
||||
"back.jpg",
|
||||
"front.jpg"
|
||||
"front.jpg",
|
||||
"back.jpg"
|
||||
};
|
||||
unsigned int cubemapTexture = loadCubemap(faces);
|
||||
```
|
||||
|
Reference in New Issue
Block a user