update
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user