Hi,
Is it possible to exclude a single wall as an A* barrier?
I am modelling a facility where most walls are also barriers to AGVs. One wall should be there for visualization but allow travellers to pass through (it has a small gap that allows AGVs to drive under it but not people).
I tried removing the wall from the A* by Q-connection, but that removes all walls. I found one workaround which involves creating a bridge at every grid node but that's a lot of work. Is there a better solution?
I'd also be happy if I can create something that looks like a wall but isn't, but my attempts at drawing a plane or cube with alpha and a texture still don't give exactly the same result for the transparency.
Any hints or solutions are much appreciated!