// Bank file name bank_name = "%ExportBuildDirectory%/ecosystems/jungle/smallbank/jungle.smallbank"; bankfar_name = "%ExportBuildDirectory%/ecosystems/jungle/farbank/jungle.farbank"; // Search pathes search_pathes = { "%ExportBuildDirectory%/common/sfx/ps", // Sfx directory "%ExportBuildDirectory%/common/sfx/shape", // Sfx directory "%ExportBuildDirectory%/common/sfx/shape_with_coarse_mesh", // Sfx directory "%ExportBuildDirectory%/common/sfx/map", // Sfx directory "%ExportBuildDirectory%/common/construction/shape", // Construction directory "%ExportBuildDirectory%/common/construction/shape_with_coarse_mesh", // Construction directory "%ExportBuildDirectory%/common/construction/map", // Construction 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= "%ExportBuildDirectory%/continents/newbieland/rbank_output/newbieland.gr"; // LocalRetriever bank file .rbank. Empty string to disable SurfaceLighting rbank= "%ExportBuildDirectory%/continents/newbieland/rbank_output/newbieland.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= "";