Light & Texture Mapping

Hallo,
when i use Texture Mapping it seems that lighting has no effect on the Scene. When Texture Mapping is disabled the lighting works fine.
Do Lighting und Texture Mapping not work together generally?

Regards
mekron

hm they should be lit just fine
make sure GL_COLOR_MATERIAL is enabled and glTexEnvf(GL_MODULATE) is used.

…Problem solved…Thank you!