Skip to content

Commit 239c1f6

Browse files
committed
#189 added descripion for color shifting destination coor.
#189 added description for Color Shifting with View Angle. [skip ci]
1 parent 4abc6c7 commit 239c1f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

com.unity.toonshader/Documentation~/Emission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ When enabled, you can set PingPong (back and forth) in the direction of the anim
7575
The color that is multiplied by the Emissive texture is changed by linear interpolation (Lerp) toward the Destination Color.
7676

7777
#### Destination Color
78-
Destination color above, must be specified in HDR.
78+
Target color for [Color Shifting with Time](#color-shifting-with-time), must be specified in HDR.
7979

8080
#### Color Shifting Speed (Time)
8181
Sets the reference speed for color shift. When the value is 1, one cycle should take approximately 6 seconds.
@@ -84,10 +84,10 @@ Sets the reference speed for color shift. When the value is 1, one cycle should
8484

8585

8686
### Color Shifting with View Angle
87-
Emissive color shifts in accordance with view angle.
87+
Emissive color shifts in accordance with view angle. The further out from the front of the camera, the more it changes to [Shifting Target Color](#shifting-target-color).
8888

8989
#### Shifting Target Color
90-
Target color for Color Shifting with View Angle which must be specified in HDR.
90+
Target color for [Color Shifting with View Angle](#color-shifting-with-view-angle) which must be specified in HDR.
9191

9292
<img src="images/ColorShiftingWithView.gif" height="256">
9393

0 commit comments

Comments
 (0)