diff --git a/README.md b/README.md index 98c0b93..bd30d82 100644 --- a/README.md +++ b/README.md @@ -1167,7 +1167,8 @@ If true, mirrors the texture to create a repeating pattern. Use As Normal Map

-If true, the Texture Type is treated as a Normal Map and will be unpacked for sampling. +If true, the Texture Type is treated as a Normal Map and will be unpacked for sampling.
+Additionally, please specify a normalized Normal Map for the Texture. Otherwise, the rendering results may vary depending on the platform.

diff --git a/README_JA.md b/README_JA.md index 1a302b1..808915a 100644 --- a/README_JA.md +++ b/README_JA.md @@ -1176,7 +1176,8 @@ Distortionでは歪ませ方を設定できます。 Use As Normal Map

-チェックをつけるとTexture TypeをNormal Mapとみなし、Unpackしてサンプリングされます。 +チェックをつけるとTexture TypeをNormal Mapとみなし、Unpackしてサンプリングされます。
+また、Textureには正規化されたNormal Mapを指定してください。そうでない場合はプラットフォームよって描画結果が変わる可能性があります。