- Fixed the HelloMaterial tuto so the rock shines like in the screen shots git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9174 75d07b2b-3a1a-0410-a2c5-0572b91ccdca3.0
parent
26ffa11655
commit
c4231e3200
@ -1,7 +1,12 @@ |
||||
Material Pong Rock : Common/MatDefs/Light/Lighting.j3md { |
||||
MaterialParameters { |
||||
Shininess: 8.0 |
||||
DiffuseMap: Repeat Textures/Terrain/Pond/Pond.jpg |
||||
NormalMap: Repeat Textures/Terrain/Pond/Pond_normal.png |
||||
} |
||||
} |
||||
Material Pong Rock : Common/MatDefs/Light/Lighting.j3md { |
||||
MaterialParameters { |
||||
Shininess: 8.0 |
||||
DiffuseMap: Repeat Textures/Terrain/Pond/Pond.jpg |
||||
NormalMap: Repeat Textures/Terrain/Pond/Pond_normal.png |
||||
Diffuse : 0.8 0.8 0.8 1.0 |
||||
UseMaterialColors : true |
||||
Specular : 1.0 1.0 1.0 1.0 |
||||
} |
||||
AdditionalRenderState { |
||||
} |
||||
} |
||||
|
Before Width: | Height: | Size: 490 KiB After Width: | Height: | Size: 488 KiB |
Loading…
Reference in new issue