Skip to content

Commit

Permalink
READMEへのAlpha Transitionの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
CA-Tatami committed Aug 7, 2024
1 parent bf80f32 commit 791f684
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
Binary file added Documentation~/Images/unlit_alpha_transition.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Sets the Gradient Map. The specifications are as follows.
Alpha Transition controls the alpha value using a texture.

<p align="center">
<img width="60%" src="https://user-images.githubusercontent.com/106138524/173483478-fe1c8b9d-c449-4fad-8325-195385eab7ee.png" alt="Alpha Transition"><br>
<img width="60%" src="Documentation~/Images/unlit_alpha_transition.png" alt="Alpha Transition"><br>
<font color="grey">Alpha Transition</font>
</p>

Expand Down Expand Up @@ -722,6 +722,17 @@ Sets the progress of Flip-Book or Flip-Book Blending.
Sets the progress of Transition.
</p>
</td></tr>
<tr><td colspan="3"><b>2nd Texture Blend Mode</b></td><td>
<p>
You can specify how to composite the second texture from the following options.
</p>
<p>
<ul>
<li>None: Don't use The second texture (Default).</li>
<li>Additive: Referring to the average of two textures.</li>
<li>Multiply</li>
</ul>
</p>
<tr><td colspan="3"><b>Edge Sharpness</b></td><td>
<p>
<b>This property is visible only when the Mode is set to Dissolve.</b>
Expand Down
13 changes: 12 additions & 1 deletion README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ Color Correctionはここまでの色を補正します。
Alpha Transitionは徐々に消えていく表現に使用します。

<p align="center">
<img width="60%" src="https://user-images.githubusercontent.com/106138524/173495515-eb46ad7e-9ee3-4d2d-9a4a-6ef64d046604.png" alt="Alpha Transition"><br>
<img width="60%" src="Documentation~/Images/unlit_alpha_transition.png" alt="Alpha Transition"><br>
<font color="grey">Alpha Transition</font>
</p>

Expand Down Expand Up @@ -730,6 +730,17 @@ Flip-BookあるいはFlip-Book Blendingの進行度を設定します。
トランジションの進行度を設定します。
</p>
</td></tr>
<tr><td colspan="3"><b>2nd Texture Blend Mode</b></td><td>
<p>
2枚目のテクスチャの合成方法を以下の選択肢から指定できます。
</p>
<p>
<ul>
<li>None: 利用しない(デフォルト)</li>
<li>Additive: 加算。2つのテクスチャの平均値を参照します。</li>
<li>Multiply: 乗算</li>
</ul>
</p>
<tr><td colspan="3"><b>Edge Sharpness</b></td><td>
<p>
<b>ModeをDissolveに設定した時のみ表示されます。</b>
Expand Down

0 comments on commit 791f684

Please sign in to comment.