Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 8c6cc0d

Browse files
committed
Adjusted size of a quad in Tutorial07.
1 parent cf48125 commit 8c6cc0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project/Tutorial07/Tutorial07.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -948,16 +948,16 @@ namespace ApiWithoutSecrets {
948948

949949
const std::vector<float>& Tutorial07::GetVertexData() const {
950950
static const std::vector<float> vertex_data = {
951-
-200.0f, -200.0f, 0.0f, 1.0f,
951+
-170.0f, -170.0f, 0.0f, 1.0f,
952952
-0.1f, -0.1f,
953953
//
954-
-200.0f, 200.0f, 0.0f, 1.0f,
954+
-170.0f, 170.0f, 0.0f, 1.0f,
955955
-0.1f, 1.1f,
956956
//
957-
200.0f, -200.0f, 0.0f, 1.0f,
957+
170.0f, -170.0f, 0.0f, 1.0f,
958958
1.1f, -0.1f,
959959
//
960-
200.0f, 200.0f, 0.0f, 1.0f,
960+
170.0f, 170.0f, 0.0f, 1.0f,
961961
1.1f, 1.1f,
962962
};
963963

0 commit comments

Comments
 (0)