Skip to content

Commit

Permalink
Update PXZEntryPoint.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Ignacio Molteni <[email protected]>
  • Loading branch information
dalkia authored Feb 14, 2024
1 parent 9e3149c commit 88f303f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DCL_PiXYZ/PXZEntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private static async Task RunLODBuilder(string[] args)
//If its bulk, a single number will represent a square to parse, going from -value to value

//Scenes param is single coordinates or bulk value. Single scenes are separated by
var sceneConversionInfo = new SceneConversionInfo("7000", "triangle", "coords", "single", defaultScene, defaultOutputPath, defaultSceneLodManifestDirectory);
var sceneConversionInfo = new SceneConversionInfo("7000;3000;1000", "triangle", "coords", "single", defaultScene, defaultOutputPath, defaultSceneLodManifestDirectory);
var debugInfo = new SceneConversionDebugInfo(defaultOutputPath, "SuccessScenes.txt", "FailScenes.txt", "EmptyScenes.txt", "PolygonCount.txt" , false);

CreateDirectories(sceneConversionInfo);
Expand Down Expand Up @@ -275,4 +275,4 @@ public static void CloseApplication(string errorMessage)
Environment.Exit(1);
}
}
}
}

0 comments on commit 88f303f

Please sign in to comment.