* Fix default value for PssmShadowRenderer intensity

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8169 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
sha..rd 2011-09-04 05:41:57 +00:00
parent d614244f0f
commit f6322b28ec

View File

@ -185,6 +185,7 @@ public class PssmShadowRenderer implements SceneProcessor {
setCompareMode(CompareMode.Hardware);
setFilterMode(FilterMode.Bilinear);
setShadowIntensity(0.7f);
shadowCam = new Camera(size, size);
shadowCam.setParallelProjection(true);