53 lines
1.8 KiB
INI
53 lines
1.8 KiB
INI
|
|
// Bank file name
|
|
bank_name = "";
|
|
bankfar_name = "";
|
|
|
|
// Search pathes
|
|
search_pathes =
|
|
{
|
|
"%ExportBuildDirectory%/common/sfx/ps", // Sfx directory
|
|
"%ExportBuildDirectory%/common/sfx/shape_clodtex_build", // Sfx directory
|
|
"%ExportBuildDirectory%/common/sfx/shape_with_coarse_mesh", // Sfx directory
|
|
"%ExportBuildDirectory%/common/sfx/map_export", // Sfx directory
|
|
"%ExportBuildDirectory%/common/sfx/map_uncompressed", // Sfx directory
|
|
"%ExportBuildDirectory%/common/sky/shape_clodtex_build", // Sky directory
|
|
"%ExportBuildDirectory%/common/sky/shape_with_coarse_mesh", // Sky directory
|
|
"%ExportBuildDirectory%/common/sky/map_export", // Sky directory
|
|
"%ExportBuildDirectory%/common/sky/map_uncompressed", // Sky directory
|
|
};
|
|
|
|
// 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= "";
|