I would like to find out if there is clear visibility between point A and B (no obstacle in the way). Is there a function that do exactly that?
Alternatively, a function in pyopengl that can find intersection of line and quad/triangle could work as well. Preferably if I can provide list of quads/triangles to the function.
Any ideas?