16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 07:59:18 +02:00

add vertex deduplication range to config, multiply tolerancescale through whole chain

This commit is contained in:
milek7
2022-03-12 18:39:32 +01:00
parent d2b93f0cbb
commit 043ef610f2
5 changed files with 18 additions and 6 deletions

View File

@@ -488,6 +488,11 @@ global_settings::ConfigParse(cParser &Parser) {
Parser.getTokens(1, false);
Parser >> iConvertModels;
}
else if (token == "convertindexrange")
{
Parser.getTokens(1, false);
Parser >> iConvertIndexRange;
}
else if (token == "file.binary.terrain")
{
// binary terrain (de)serialization