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

Configure an initial viewpoint that shows the point cloud nature of this demo #2

Open
EricBoix opened this issue Apr 4, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@EricBoix
Copy link
Contributor

EricBoix commented Apr 4, 2022

The current initial viewpoint, as illustrated below, doesn't show the nature of
the data displayed (a non expert can even believe that what is shown in only a bitmapped terrain)
CurrentVersion

In order to better illustrate the point cloud nature of the terrrain, change the default viewpoint to adopt a closer view as illustrated e.g. below
WithPlanarTerrain

Maybe try something like

"camera": {
    "position": {
      "x": "1842258.906522941",
      "y": "5175805.233629481",
      "range": "900",
      "heading": "-100",
      "tilt": "17"
    }
  },

Even better, toggle out the default planar view (that shows the terrain). The visual result should be something
like
OnlytPointCloud

@EricBoix EricBoix added the enhancement New feature or request label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants