mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
play with camera-view
This commit is contained in:
parent
6a439b470d
commit
bbd12edb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ public class SimpleExample {
|
||||||
*/
|
*/
|
||||||
// SolutionPlotter.plotSolutionAsPNG(problem, bestSolution, "output/solution.png", "solution");
|
// SolutionPlotter.plotSolutionAsPNG(problem, bestSolution, "output/solution.png", "solution");
|
||||||
|
|
||||||
new GraphStreamViewer(problem, bestSolution).setCamerView(10, 10, 0.25).setRenderDelay(100).display();
|
new GraphStreamViewer(problem, bestSolution).setRenderDelay(100).display();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue