-
Notifications
You must be signed in to change notification settings - Fork 227
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
Obtain the coordinates of four points in the visual range #514
Comments
Can you elaborate on what the visual range means? |
The range we can see of the screen, |
Coordinates doesn't really make sense in 3d views For 2D views, check out https://avs.auto/#/streetscape.gl/api-reference/react-components/log-viewer?section=onclick-function-optional- |
I get it ,thanks for you reply! |
@juzi5230 I think what you want are the bounds of the viewport. deck.gl supports this, see https://deck.gl/docs/api-reference/core/viewport I don't know if we expose this at the. moment. |
Can I obtain the coordinates of four points in the visual range
The text was updated successfully, but these errors were encountered: