I am hoping this question fits in this topic as it is regarding Materials. I am having a problem with Dynamic light, it is making the model extremly bright if the dynamic light is close to it. I have tried setting various settings for the material and even with these settings the Almost white light still appears on the model, screenshot and code below...



Code:
 vec_set(mat_model.ambient_blue,vector(50,50,50));
vec_set(mat_model.diffuse_blue,vector(10,10,10));
vec_set(mat_model.specular_blue,nullvector);
vec_set(mat_model.emissive_blue,nullvector);
mat_model.power = 0;
mat_model.albedo = 0;