Skip to content

Commit 2646a57

Browse files
author
태재영
committed
ko: shadertoy
1 parent 03e1b83 commit 2646a57

File tree

5 files changed

+507
-5
lines changed

5 files changed

+507
-5
lines changed

webgl/lessons/ko/webgl-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOC: Attribute
66
이 글은 WebGL에서 attribute 상태가 어떻게 설정되는지에 대한 대략적인 이미지를 제공하기 위해 작성되었습니다.
77
Texture unit에 관한 [비슷한 글](webgl-texture-units.html)이 있습니다.
88

9-
이 글을 읽기 전에 [WebGL 작동 원리](webgl-how-it-works.html)[WebGL 셰이더와 GLSL](https://webglfundamentals.org/webgl/lessons/webgl-shaders-and-glsl.html)을 읽어보시길 바랍니다.
9+
이 글을 읽기 전에 [WebGL 작동 방식](webgl-how-it-works.html)[WebGL 셰이더와 GLSL](https://webglfundamentals.org/webgl/lessons/webgl-shaders-and-glsl.html)을 읽어보시길 바랍니다.
1010

1111
## Attribute
1212

webgl/lessons/ko/webgl-how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Title: WebGL 작동 원리
1+
Title: WebGL 작동 방식
22
Description: WebGL이 실제로 하는 일
3-
TOC: 작동 원리
3+
TOC: 작동 방식
44

55

66
이건 [WebGL 기초](webgl-fundamentals.html)에서 이어지는 글입니다.

webgl/lessons/ko/webgl-shaders-and-glsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TOC: 셰이더와 GLSL
44

55

66
이 글은 [WebGL 기초](webgl-fundamentals.html)에서 이어집니다.
7-
[WebGL 작동 원리](webgl-how-it-works.html)를 읽지 않았다면 먼저 읽어보는 게 좋습니다.
7+
[WebGL 작동 방식](webgl-how-it-works.html)를 읽지 않았다면 먼저 읽어보는 게 좋습니다.
88

99
셰이더와 GLSL에 대해 언급했지만 실제로 구체적인 세부 사항은 다루지 않았는데요.
1010
예제로 충분하면 좋겠지만 혹시 모르니 좀 더 명료하게 해봅시다.

0 commit comments

Comments
 (0)