소스 검색

* 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 년 전
부모
커밋
e57637f307
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      engine/src/terrain/Common/MatDefs/Terrain/TerrainLighting.j3md

+ 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