|
| 1 | +[日本語](Readme.ja.md) |
| 2 | + |
1 | 3 | # ProceduralDrawingMaterialSamples |
2 | 4 |
|
3 | 5 | ## About this Repository |
@@ -56,66 +58,3 @@ This project was made possible by referencing the following websites and resourc |
56 | 58 | ### Textures Used |
57 | 59 |
|
58 | 60 | * [Debug Textures for VFX - Real Time VFX](https://realtimevfx.com/t/debug-textures-for-vfx/7510) |
59 | | - |
60 | | ------- |
61 | | - |
62 | | - |
63 | | -# ProceduralDrawingMaterialSamples |
64 | | - |
65 | | -## 概要 |
66 | | - |
67 | | -このリポジトリは、Unreal Engine 5 (UE5)で作成した、テクスチャを使用せずに図形を描画するマテリアルおよびマテリアル関数のコレクションです。 |
68 | | - |
69 | | -主に学習目的で公開していますが、[LICENSE](LICENSE)ファイルの内容に反しない限り、ご自由にご利用いただけます。 |
70 | | - |
71 | | -## 特徴 |
72 | | - |
73 | | -* **テクスチャ不要:** 全ての図形はマテリアル内の計算のみで描画されます。 |
74 | | -* **カスタマイズ可能:** パラメータを変更することで、色、形状、アニメーションを簡単に調整できます。 |
75 | | -* **豊富なサンプル:** レーダー、アニメーション、雪の結晶、トランジションなど、多様な表現が含まれています。 |
76 | | - |
77 | | -## Showcase |
78 | | - |
79 | | -| Radar | Animation | |
80 | | -| :---: | :---: | |
81 | | -|  |  | |
82 | | -| **SnowFlake** | **Transition** | |
83 | | -|  |  | |
84 | | -| **Others** | | |
85 | | -|  | | |
86 | | - |
87 | | -## 動作環境 |
88 | | - |
89 | | -* Unreal Engine 5.4.2 以上 |
90 | | - |
91 | | -## 導入方法 |
92 | | - |
93 | | -1. このリポジトリをクローンまたはダウンロードします。 |
94 | | -2. ご自身のプロジェクトの`Content`フォルダに、このリポジトリの`Content`フォルダの中身をコピーします。 |
95 | | - |
96 | | -## ライセンス |
97 | | - |
98 | | -このプロジェクトは[MIT License](LICENSE)の下で公開されています。 |
99 | | - |
100 | | -## 謝辞 (順不同) |
101 | | - |
102 | | -このプロジェクトの制作にあたり、以下のWebサイトやリソースを参考にさせていただきました。心より感謝申し上げます。 |
103 | | - |
104 | | -* [シェーダーだけで円を描く - テラシュールブログ](https://karanokan.info/2019/03/31/post-2465/) |
105 | | -* [Rounded Rectangle Node - Unity Documentation](https://docs.unity3d.com/Packages/com.unity.shadergraph@6.9/manual/Rounded-Rectangle-Node.html) |
106 | | -* [Unityシェーダーお絵描き入門 - Scrapbox](https://scrapbox.io/Porin-Room/Unity%E3%82%B7%E3%82%A7%E3%83%BC%E3%83%80%E3%83%BC%E3%81%8A%E7%B5%B5%E6%8F%8F%E3%81%8D%E5%85%A5%E9%96%80) |
107 | | -* [shadertoy](https://www.shadertoy.com/) |
108 | | - * [MlySzw](https://www.shadertoy.com/view/MlySzw) |
109 | | - * [MlBBWt](https://www.shadertoy.com/view/MlBBWt) |
110 | | - * [WdVfzt](https://www.shadertoy.com/view/WdVfzt) |
111 | | - * [4tGfWy](https://shadertoy.com/view/4tGfWy) |
112 | | -* [Eiliram's ArtStation](https://eiliram.artstation.com/projects/KaDLKR) |
113 | | -* [【ShaderGraph】グリッド状に分割して、中央から広がる三角形エフェクト - Zenn](https://zenn.dev/r_ngtm/books/shadergraph-cookbook/viewer/recipe-triangle-effect) |
114 | | -* [UE4マテリアルだけで作る図形 - Qiita](https://qiita.com/edo_m18/items/37d8773a5295bc6aba3d) |
115 | | -* [cmzw_ on Twitter](https://twitter.com/cmzw_) |
116 | | -* [【UE5】マテリアルで矢印を作る - Renard's Blog](https://renard-blog.netlify.app/2023/05/25/_25/) |
117 | | -* [2D Distance Functions - Iñigo Quilez](https://iquilezles.org/articles/distfunctions2d/) |
118 | | - |
119 | | -### 使用テクスチャ |
120 | | - |
121 | | -* [Debug Textures for VFX - Real Time VFX](https://realtimevfx.com/t/debug-textures-for-vfx/7510) |
0 commit comments