Specular lighting

I’m sorry if the question’s too simple to ask, but I didn’t find the answer anywhere. How can I turn specular lighting off? I want to have only diffuse lighting, which doesn’t depend on camera position.

Specular lighting isn’t on by default; you have to turn it on explicitly, by creating a Material or by setting material properties in Blender or wherever you got your model from. It’s controlled by the “shininess” and “specular” properties of the Material.

David

You can also set the specular colour of your light to pure black. But in your case you might want to consider using a directional light, which does not depend on position.