From 797b95b26bbb7557678af78b9a2a61830158920f Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Tue, 20 May 2014 18:10:25 -0700 Subject: Define light position (using new lighting spec) in Java Also updates the relative shadow strengths. Change-Id: I6cac7275d38df98aea9f0dda463cd7207102986a --- libs/hwui/Caches.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/hwui/Caches.cpp') diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 43223eca3e8b..77ef637a3f49 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -688,8 +688,8 @@ TextureVertex* Caches::getRegionMesh() { /////////////////////////////////////////////////////////////////////////////// void Caches::initTempProperties() { - propertyAmbientShadowStrength = 25; - propertySpotShadowStrength = 25; + propertyAmbientShadowStrength = 12; + propertySpotShadowStrength = 48; propertyLightDiameter = -1.0f; propertyLightPosY = -1.0f; -- cgit v1.2.3-59-g8ed1b