mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-22 20:25:28 +08:00
Move the indicator further away
This commit is contained in:
@@ -8,7 +8,7 @@ learnopengl.com系列教程的中文翻译,目前正在翻译中。
|
|||||||
|
|
||||||
**当前翻译进度**:49/60
|
**当前翻译进度**:49/60
|
||||||
|
|
||||||
**校对进度**:12/48
|
**校对进度**:13/48
|
||||||
|
|
||||||
**目前状态**:请认领一下In Practice下的章节
|
**目前状态**:请认领一下In Practice下的章节
|
||||||
|
|
||||||
|
@@ -104,7 +104,7 @@ void SpriteRenderer::initRenderData()
|
|||||||
// 配置 VAO/VBO
|
// 配置 VAO/VBO
|
||||||
GLuint VBO;
|
GLuint VBO;
|
||||||
GLfloat vertices[] = {
|
GLfloat vertices[] = {
|
||||||
// 位置 // 纹理
|
// 位置 // 纹理
|
||||||
0.0f, 1.0f, 0.0f, 1.0f,
|
0.0f, 1.0f, 0.0f, 1.0f,
|
||||||
1.0f, 0.0f, 1.0f, 0.0f,
|
1.0f, 0.0f, 1.0f, 0.0f,
|
||||||
0.0f, 0.0f, 0.0f, 0.0f,
|
0.0f, 0.0f, 0.0f, 0.0f,
|
||||||
|
Reference in New Issue
Block a user