You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
There is a terrain with texture and detail map. When I swich off all lights (or do not create it) I see detail map on the terrain. I expected that terrain must be fully blak.
Since this is not the .net forum I'll give a general answer: If you do not switch on the lighting parameter (via EMT_LIGHTING to true) the textures look the same even without lights.
hybrid wrote:Since this is not the .net forum I'll give a general answer: If you do not switch on the lighting parameter (via EMT_LIGHTING to true) the textures look the same even without lights.