This commit is contained in:
Daniel Ledda
2025-02-14 23:59:44 +01:00
parent 394aa07bb1
commit f250254ae3
10 changed files with 1505 additions and 3130 deletions

View File

@@ -64,10 +64,10 @@ uint32 cube_indices[] = {
};
real32 square_xyz[] = {
0.5f, 0.5f, 0.0f,
0.5f, -0.5f, 0.0f,
-0.5f, -0.5f, 0.0f,
-0.5f, 0.5f, 0.0f,
200.0f, 200.0f, 0.0f,
200.0f, -200.0f, 0.0f,
-200.0f, -200.0f, 0.0f,
-200.0f, 200.0f, 0.0f,
};
real32 square_uv[] = {