- separate jar files for engine components - resolve dependencies between code parts - remove Nifty dependency from Cinematics - remove Physics dependency from TerrainGrid - add public accessors to Natives Extraction - remove RenderHint serialization from networking git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8839 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
14 lines
483 B
Plaintext
14 lines
483 B
Plaintext
Material My Material : Common/MatDefs/Light/Lighting.j3md {
|
|
MaterialParameters {
|
|
SpecularMap : Models/HoverTank/tank_specular.jpg
|
|
Shininess : 8
|
|
NormalMap : Models/HoverTank/tank_normals.png
|
|
DiffuseMap : Models/HoverTank/tank_diffuse.jpg
|
|
GlowMap : Models/HoverTank/tank_glow_map.jpg
|
|
UseMaterialColors : true
|
|
Ambient : 0.0 0.0 0.0 1.0
|
|
Diffuse : 1.0 1.0 1.0 1.0
|
|
Specular : 1.0 1.0 1.0 1.0
|
|
}
|
|
}
|