A complete 3D game development suite written purely in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jmonkeyengine/engine/test-data/Scenes/ManyLights/Main.material

20 lines
389 B

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