mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-03-31 11:01:37 +00:00
feat: replace triangle test by cube
This commit is contained in:
@@ -13,7 +13,6 @@ namespace mesh
|
||||
0.5f, -0.5f, 0.0f,
|
||||
0.0f, 0.5f, 0.0f
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
constexpr const std::size_t P_TRIANGLE_VERTICE_LEN =
|
||||
sizeof(P_TRIANGLE_VERTICE) / sizeof(GLfloat);
|
||||
|
||||
Reference in New Issue
Block a user