I'm trying to create a game using the line of sight behavior. However two objects only have line of sight of each other if their respective image points origins are in line with no obstacle between them, if not, they will not be able to see each other even if part of the object can "theoretically" be seen.
Is there any way to get around this, using line of sight or not?
Thanks