in irrlicht when light node is active, cube lighting is too bright, like bloom effect.
![Image](http://i45.tinypic.com/n2btbl.jpg)
normals are ok, I set material diffuse and specular properties to 0.5, that worked before, but now I noticed something odd in X file, there is like TWO materials listed, one with my material values (Material), and other with texture (Mat1):
MeshMaterialList {
2;
6;
1,
1,
1,
1,
1,
1;;
Material Material {
0.482051; 0.494280; 0.482051;1.0;;
0.500000;
0.535306; 0.523077; 0.510848;;
0.0; 0.0; 0.0;;
} //End of Material
Material Mat1 {
1.0; 1.0; 1.0; 1.0;;
1.0;
1.0; 1.0; 1.0;;
0.0; 0.0; 0.0;;
TextureFilename { "ywf.jpg"; }
} // End of Material
} //End of MeshMaterialList
This other material that has texture has all values 1 - which makes the cube too bright.
Here are my blender settings, I see Material and Mat 1 there listed, but don't know why they are separete material?
![Image](https://lh5.googleusercontent.com/-YSdr8ysT3vo/UKCvPNwAF5I/AAAAAAAAA_0/nGukR2bBgfQ/s569/blender+mat.bmp)
Does anyone know how this happens, how to fix it?