[WL-814t] 림라이트 세기 1.6 -> 0.6 (흰 반사 느낌 제거) (#814)

PD 「왜 흰색으로 빛이 반사된 느낌이 나는거지?」
원인 = 림라이트(rimStrength 1.6) 가 밝은 면에서 흰색으로 포화.
색은 금색(1, 0.82, 0.5)이지만 세기가 높아 흰색으로 탄다.
외곽선 두께는 PD 승인값(캐릭터 1 / 배경 2.5) 유지.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
깃 관리자 2026-09-13 00:40:04 +09:00
parent 9ce36b93d9
commit b2e95164be
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ MonoBehaviour:
keyLightIntensity: 1.45
ambientColor: {r: 0.28, g: 0.17, b: 0.4, a: 1}
rimOn: 1
rimStrength: 1.6
rimStrength: 0.6
rimPower: 3
rimUpBias: 0.35
rimColor: {r: 1, g: 0.82, b: 0.5, a: 1}