- 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
13 lines
377 B
Plaintext
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 {
|
|
}
|
|
}
|