Răsfoiți Sursa

* Set default shininess value to 1 for TerrainLighting.j3md, it has to be this way to avoid an NVIDIA bug. Please don't change it back but fix the shader instead

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8800 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
Sha..rd 14 ani în urmă
părinte
comite
e57637f307

+ 1 - 1
engine/src/terrain/Common/MatDefs/Terrain/TerrainLighting.j3md

@@ -22,7 +22,7 @@ MaterialDef Terrain Lighting {
         Color Specular
 
         // Specular power/shininess
-        Float Shininess : 0
+        Float Shininess : 1
 
         // Texture map #0
         Texture2D DiffuseMap