Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu-kunn committed Dec 23, 2020
1 parent 46fa6cd commit b7d1b44
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Visual Studio Code(以下 VSCode)の拡張である、**glsl-canvas** で実行
- glsl-canvas形式のGLSLソースコード

## ファイルの構成
- color.glsl
- カラーグラデーションの回転
- crossfade.glsl
- シェーダーでのクロスフェード
- diffuse_shading.glsl
- ディフューズシェーディング
- discacrd.glsl
Expand All @@ -23,6 +27,10 @@ Visual Studio Code(以下 VSCode)の拡張である、**glsl-canvas** で実行
- テクスチャ分割とBarrel Distortion表現
- flat_shading.vs
- フラットシェーディング (拡張子間違えてる…)
- fog.glsl
- フラグメントシェーダでのフォグ(fogMaxでかかり具合変更)
- fog2.glsl
- 頂点シェーダでのフォグ(fogMaxでかかり具合変更)
- light_anim.fs
- ライトのアニメーション1
- light_anim2.fs
Expand All @@ -35,6 +43,8 @@ Visual Studio Code(以下 VSCode)の拡張である、**glsl-canvas** で実行
- モノクロ表示
- mosaic.glsl
- モザイク表示
- multi_right.glsl
- 複数のライトを使った表示
- nega.glsl
- ネガポジ表示
- noise.glsl
Expand All @@ -46,15 +56,29 @@ Visual Studio Code(以下 VSCode)の拡張である、**glsl-canvas** で実行
- quaternion_test.glsl
- クォータニオン関数のテスト
- raymarch.fs
- レイマーチの勉強
- レイマーチの勉強(基本編)
- raymarch2.fs
- レイマーチの勉強(応用編)
- sample.glsl
- glsl-vanvas のサンプルコード
- sepia.glsl
- セピア調表現
- shape.glsl
- 格子状のテスト
- spotlight.glsl
- スポットライト
- template.glsl
- 新規作成する場合のテンプレートコード
- test.fs
- glsl-canvas の使い方を学ぶのに使用
- tile.glsl
- タイルアニメーション
- toon_shading.glsl
- 簡易トゥーンシェーダー
- wave.glsl
- 波の表現(旗のなびき)
- wave2.glsl
- 波の表現2(より波を強く)

## 参考
- quaternion
Expand Down

0 comments on commit b7d1b44

Please sign in to comment.