|
055a751c9d
|
Save Pathfinding result to file.
Load result for render.
|
2023-04-13 19:18:25 +02:00 |
|
|
308579279b
|
Working. Weight calculation is still wonky, as well as heuristic needing tuning.
|
2023-04-11 01:04:19 +02:00 |
|
|
d8f8a41dcc
|
Renamed PathNode distance and weight to include "delta".
Added directDistanceDelta
|
2023-04-09 17:52:37 +02:00 |
|
|
206f9c5811
|
Added weight and distance delta to pathnode
|
2023-04-09 17:46:35 +02:00 |
|
|
e0bb3ce3de
|
Added Method for path-return (returns the path from current graph).
Added "tags" to return value for path.
|
2023-04-09 17:38:57 +02:00 |
|
|
9c7fec1c37
|
Fixed infinity error JSON
|
2023-04-09 17:02:56 +02:00 |
|
|
8813023cd6
|
Created seperate PathNode class for Json Serialization
|
2023-04-06 14:27:25 +02:00 |
|
|
e265c56bce
|
Datastructure rewrite
|
2023-02-06 17:32:55 +01:00 |
|
|
89d57f5147
|
Added conversion for Node -> PathNode
|
2023-02-05 20:44:57 +01:00 |
|
|
b6ca87ea72
|
Added first Pathfinding
|
2023-02-05 20:03:47 +01:00 |
|
|
10e99a9cd2
|
Expand PathNode
|
2023-02-03 23:44:15 +01:00 |
|
|
1e3979ede4
|
Reworked to Pathnode
|
2023-02-03 23:36:43 +01:00 |
|