I have a grid map in 3D. and created a triangle with three vertex points. I want to know which of the grids in the grid map the triangle intersects with. A 2D example of this would be:
But with a square instead. As you can see, the grids where the square intercepts turn red. I want the same, but in a 3D grid map and using triangles. It would look something like this: