Specular lighting

Started by keaukraine, November 23, 2010, 07:55:13 AM

Previous topic - Next topic

keaukraine

Hi,

I am trying to add specular highlights to objects.
I've set world ambient light to (90,90,90) and placed light with intensity of (250,250,250) 100 units afar from object.
As I rotate camera around object, I don't see specular highlights. I haven't tried moving light itself yet, will specular be more noticeable in that case?

May be I haven't set something up correctly? Objects are loaded from serialized data. Config has default values for specTerm & specPow.

EgonOlsen

You might want to try to play around with the settings. The effect actually isn't as impressive as it's shown in some pictures in most cases, because we are talking about simple vertex lighting here.

keaukraine