Where i can get some samples of materials?
I saw that this is smaragd material
MATERIAL* mat_smaragd =
{
ambient_blue = 100;
ambient_green = 255;
ambient_red = 100;
diffuse_blue = 0;
diffuse_green = 100;
diffuse_red = 0;
specular_blue = 255;
specular_green = 255;
specular_red = 255;
power = 10;
}
But, what is default material settings (for example, i want to highlight entity with smaragd material and then return back, to standart material)?
And is there a base of samples (for example, from where i can get ambient, diffuse and specular of clay, metal and so on), so i didnt may to try settings by my hand.