optimize path finding

This commit is contained in:
2024-10-12 12:48:14 -04:00
parent 06ffb2bd3e
commit 3531f9f68f
7 changed files with 117 additions and 37 deletions

View File

@@ -27,3 +27,5 @@ pub struct Path(pub Vec<Vec3>, pub usize);
#[derive(Component, Debug)]
pub struct PathTask(pub Task<Option<CommandQueue>>);
#[derive(Component, Debug)]
pub struct PathTaskPending(pub usize);