Hi guys, I am currently working on the path finding algorithm for a RTS game. The game mechanics allows a vehicle (which has the size of a full tile) to park between tiles, thus causing multiple tiles to be only partially occupied. Form a path finding point of view, is it better to treat a partially occupied tiles as fully occupied or subdivide the tile into small cells?
Thanks for your input!