- 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
21 lines
389 B
Plaintext
21 lines
389 B
Plaintext
material Material
|
|
{
|
|
receive_shadows off
|
|
technique
|
|
{
|
|
pass
|
|
{
|
|
ambient 0.000000 0.000000 0.000000 1.000000
|
|
diffuse 1.000000 1.000000 1.000000 1.000000
|
|
specular 0.000000 0.000000 0.000000 1.000000 0.250000
|
|
emissive 0.000000 0.000000 0.000000 1.000000
|
|
texture_unit
|
|
{
|
|
texture AO.jpg
|
|
tex_address_mode wrap
|
|
filtering trilinear
|
|
}
|
|
}
|
|
}
|
|
}
|