Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization for the cansee command #16

Open
dodie opened this issue Oct 17, 2021 · 0 comments
Open

Visualization for the cansee command #16

dodie opened this issue Oct 17, 2021 · 0 comments
Labels
hacktoberfest help wanted Extra attention is needed

Comments

@dodie
Copy link
Owner

dodie commented Oct 17, 2021

The "cansee" command tells you if a point in the 3D space is visible from the viewpoint. Currently it prints the yes/no result to the standard output.

Add visualization to this feature.

Ideas:

  • Show the two points and a red/green line between them in a relief map.
    image

  • If the two points are visible, show a contour image, rendered from the first point, looking to the second point, add a marker to the contour image for the second coordinate pair.
    image

  • Modify the command to only take one coordinate pair, and render a relief map that shows all visible points from the given coordinates.
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant