Skip to content

Commit

Permalink
modefied index.md and index_ja.md (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
H3idi-X authored Sep 15, 2021
1 parent eafbdb4 commit ee7c1fd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions com.unity.toonshader/Documentation~/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unity Toon Shader 0.3.0-preview Manual
***Read this document in [日本語版](ja/index_ja.md)***

<span style="font-size: 150%; color: red; ">【NEW】</span> [<span style="font-size: 150% ">HDRP Toon EV Adjustment Curve</span>](#ToonEvAdjustmentCurve)
<span style="font-size: 150%; color: red; ">【NEW】</span> [<span style="font-size: 150% ">HDRP Scene/Model Toon EV Adjustment</span>](#ToonEvAdjustmentCurve)

[![](images/SDUnitychan_URP.png)](https://www.youtube.com/watch?v=TfZ8B409uqM)
[![](images/CRS_VFXJ.png)](https://www.youtube.com/watch?v=p4azFua4rJo)
Expand Down Expand Up @@ -1040,15 +1040,21 @@ When using this function via Visual Compositor, there is no need to do any parti
| `Color palette for each color area` | Specify the color to be filled in. When outputting a mask image for clipping from Visual Compositor, be sure to set the value of the alpha channel (`A`) to 255. |
---
<a id="ToonEvAdjustmentCurve"></a>
## 14. <span style="color: red; ">【NEW】</span> "Toon EV Adjustment Curve" Mono behavior
## 14. <span style="color: red; ">【NEW】</span> "Scene/Model Toon EV Adjustment" Mono behavior
<img width = "800" src="images/TooEvAdjustmenEfficiency2.png">


This feature is only available for HDRP, which, when combined with post-effects such as the Exposure Volume Profile, is designed to render optically correct images without collapsing even in bright environments as intense as 130,000 lux. However, because the Toon Shader uses a completely different logic to render toons apart from this optical correctness, the automatic correction built into HDRP is not enough to get the picture the artist wants. This feature supports artists' corrections in three ways.

<img width = "380" src="images/CreateTonEvAdjustmentCurve.png">
<img width = "380" src="images/sceneToonEvAdjustment.png">

You can use this feature by creating a GameObject to control it by selecting `GameObject/Toon Shader/Create Toon EV Adjustment Curve` from the Unity Editor menu. Only one `Toon EV Adjustment Curve Mono Behavior` can be placed in a scene.
Over the scene, you can use this feature by creating a GameObject to control it by selecting `GameObject/Toon Shader/Scene Toon EV Adjustment` from the Unity Editor menu. Only one `Scene Toon EV Adjustment Mono Behavior` can be placed in a scene.

<img width = "380" src="images/attachModelToonEvAdjustment.png">

Or, you can apply this feature to a certain model by chosing `GameObject/Toon Shader/Attatch Model Toon EV Adjustment` when the model is selected.

`GameObject/Toon Shader/Scene Toon EV Adjustment`

<img width = "380" src="images/ToonEvAdjustmentCurveScript.png">

Expand Down
10 changes: 7 additions & 3 deletions com.unity.toonshader/Documentation~/ja/index_ja.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unity Toon Shader 0.3.0-preview マニュアル
***Read this document in [English](../index.md)***

<span style="font-size: 150%; color: red; ">【NEW】</span> [<span style="font-size: 150% ">HDRP Toon EV Adjustment Curve</span>](#ToonEvAdjustmentCurve)
<span style="font-size: 150%; color: red; ">【NEW】</span> [<span style="font-size: 150% ">HDRP Scene/Model Toon EV Adjustment</span>](#ToonEvAdjustmentCurve)

[![](../images/SDUnitychan_URP.png)](https://www.youtube.com/watch?v=TfZ8B409uqM)
[![](../images/CRS_VFXJ.png)](https://www.youtube.com/watch?v=p4azFua4rJo)
Expand Down Expand Up @@ -1021,9 +1021,13 @@ Unity Toon Shader では、Phong Tessellation にのみ対応しています。

本機能はHDRP専用となります。HDRPでは Exposure Volume Profile などのポストエフェクトと組み合わせることによって、130000 lux もの強烈な明るい環境でも破綻せず、光学的に正しいレンダリングを行うように設計されています。 しかし、Toon Shaderはこう言った光学的な正しさから離れて全く異なるロジックでトゥーン表現を行うため、HDRP組み込みの自動補正を行うだけではアーティストの求める画を得ることができません。本機能は3つの方式でアーティストによる補正をサポートします。

<img width = "380" src="../images/CreateTonEvAdjustmentCurve.png">
<img width = "380" src="../images/sceneToonEvAdjustment.png">

本機能は Unity Editor のメニューから `GameObject/Toon Shader/Create Toon EV Adjustment Curve` を選択して、コントロールする GameObject を作成して利用します。`Toon EV Adjustment Curve Mono Behavior` はシーン内に一つだけ置くことができます。
シーン上では、Unity Editorのメニューから `GameObject/Toon Shader/Scene Toon EV Adjustment` を選択して、それを制御するGameObjectを作成することで、この機能を使用することができます。シーン内に配置できる `Scene Toon EV Adjustment Mono Behavior` は1つだけです。

<img width = "380" src="../images/attachModelToonEvAdjustment.png">

または、モデルを選択した状態で `GameObject/Toon Shader/Attatch Model Toon EV Adjustment` を選択することで、特定のモデルに対してこの機能を適用することもできます。

<img width = "380" src="../images/ToonEvAdjustmentCurveScript.png">

Expand Down

0 comments on commit ee7c1fd

Please sign in to comment.