Tools/Map extractor: Restored default configuration to make maps smaller at the cost of height data precision

This commit is contained in:
Shauren
2014-10-25 12:32:14 +02:00
parent 3c085016fb
commit ddd57d3332

View File

@@ -89,7 +89,7 @@ bool CONF_allow_height_limit = true;
float CONF_use_minHeight = -500.0f;
// This option allow use float to int conversion
bool CONF_allow_float_to_int = false;
bool CONF_allow_float_to_int = true;
float CONF_float_to_int8_limit = 2.0f; // Max accuracy = val/256
float CONF_float_to_int16_limit = 2048.0f; // Max accuracy = val/65536
float CONF_flat_height_delta_limit = 0.005f; // If max - min less this value - surface is flat