Updates: Status: Fixed
Comment #2 on issue 987 by alexandr...@gmail.com: Roassal does not display edges when the source is not visible http://code.google.com/p/moose-technology/issues/detail?id=987
Fixed in 1.456. There was indeed a bug in the code. Now, there is the following:
- A node is rendered if its bounds intersect with the bounds of the camera - An edge is rendered if at least one of its extremity has its bounds intersect with the camera
As a consequence, an edge that has no extremity on screen is not displayed. Even if the line "go through" the camera bounds. Naturally, this is something that is easy to change. We can provide particular strategy to define what makes an edge visible or not.