khanat-ressources-NeL/workspace/common/outgame/properties_base.cfg

39 lines
1.1 KiB
INI

// Bank file name
bank_name = "";
bankfar_name = "";
// Additional ig file name
additionnal_ig =
{
};
// Sun direction.
//sun_direction = { -0.095, +1.0, -0.50 };
sun_direction = { -0.776685, +0.216619, -0.59147 };
// Center of the landscape pointed by the sun
sun_center = {9954, -11017, 0};
// Distance of the sun
sun_distance = 50000;
// FOV of the sun in radian
sun_fov = 0.52359877; // Pi / 6
// Sun radius, (for softshadow sampling)
sun_radius = 5000;
// GlobalRetriever bank file.gr. Empty string to disable SurfaceLighting
grbank= "";
// LocalRetriever bank file .rbank. Empty string to disable SurfaceLighting
rbank= "";
// The lighter search in rbank any retriever with identifier ---igname*** as substring
// where --- is col_identifier_prefix and *** is col_identifier_suffix
// eg: if igname= "street", col_identifier_prefix= "col_", col_identifier_suffix= "_",
// then "col_street_1" and "col_street_2" are valid and are used to build LightSurface infos in the Ig.
col_identifier_prefix= "";
col_identifier_suffix= "";