Skip to content

Commit

Permalink
Merge pull request #208 from Shubidumdu/fix_typo_in_korean
Browse files Browse the repository at this point in the history
Fix code typos in 3d orthographic chapter of the korean version
  • Loading branch information
diskhkme committed Jun 27, 2023
2 parents 72a0a94 + 20e90fc commit e786ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webgl/lessons/ko/webgl-3d-orthographic.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ void main() {
```glsl
// 버텍스 쉐이더로 입력되는 attribute입니다.
// 버퍼로부터 데이터를 받습니다.
in vec2 a_position;
in vec4 a_position;
// 위치를 변환하는 행렬
uniform mat3 u_matrix;
uniform mat4 u_matrix;
// 모든 쉐이더는 main함수를 가지고 있습니다.
void main() {
Expand Down

0 comments on commit e786ecc

Please sign in to comment.