Dependency change
This commit is contained in:
parent
5226f3e515
commit
e6e0bc17ce
@ -3,6 +3,7 @@
|
|||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using astar;
|
using astar;
|
||||||
|
using astar.PathingHelper;
|
||||||
using GlaxArguments;
|
using GlaxArguments;
|
||||||
using GlaxLogger;
|
using GlaxLogger;
|
||||||
using Graph_Renderer;
|
using Graph_Renderer;
|
||||||
@ -36,7 +37,7 @@ if (!arguments.TryGetValue(regionArg, out string[]? regionVal) ||
|
|||||||
|
|
||||||
Logger logger = new(LogLevel.Information, consoleOut: Console.Out);
|
Logger logger = new(LogLevel.Information, consoleOut: Console.Out);
|
||||||
|
|
||||||
Route r = Astar.FindPath(startLat, startLon, endLat, endLon, regionSize, true, importPathVal[0]);
|
Route r = Astar.FindPath(startLat, startLon, endLat, endLon, regionSize, true, PathMeasure.Time, importPathVal[0], logger);
|
||||||
|
|
||||||
Renderer.Render(r, 30000, "render.png");
|
Renderer.Render(r, 30000, "render.png");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user