mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35: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",
|
"left.jpg",
|
||||||
"top.jpg",
|
"top.jpg",
|
||||||
"bottom.jpg",
|
"bottom.jpg",
|
||||||
"back.jpg",
|
"front.jpg",
|
||||||
"front.jpg"
|
"back.jpg"
|
||||||
};
|
};
|
||||||
unsigned int cubemapTexture = loadCubemap(faces);
|
unsigned int cubemapTexture = loadCubemap(faces);
|
||||||
```
|
```
|
||||||
|
@@ -135,3 +135,9 @@ img.patreon {
|
|||||||
max-height: 13px;
|
max-height: 13px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.paypal {
|
||||||
|
border: none;
|
||||||
|
display: inline-block;
|
||||||
|
max-height: 13px;
|
||||||
|
}
|
@@ -68,8 +68,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.paypal.me/learnopengl/">
|
<a href="https://www.paypal.me/learnopengl/">
|
||||||
<img class="支持原作者" src="/img/paypal_logo.png" alt="">
|
<img class="paypal" src="/img/paypal_logo.png" alt="">
|
||||||
Patreon
|
支持原作者
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user