rem..om c4231e3200 - Inverted red channel of the pond normal map so it looks bumpy
- 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-0572b91ccdca
2012-02-18 08:35:58 +00:00

13 lines
377 B
Plaintext

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 {
}
}