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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user