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

problems with Billboard #5

Open
NirAbel opened this issue Jan 9, 2020 · 0 comments
Open

problems with Billboard #5

NirAbel opened this issue Jan 9, 2020 · 0 comments

Comments

@NirAbel
Copy link

NirAbel commented Jan 9, 2020

hi,
i'm using Billboard & BillboardCollection to input planes to the map (using Viewer).
i have problem with the altitude of the planes when i'm enter Cartesian3.fromDegrees(long, lat, 0)
i want to see the plane in this position on the ground (altitude 0, but i see him in space!)

this is my code:

<Billboard
color={Color.YELLOW}
position={Cartesian3.fromDegrees(this.state.lng, this.state.lat, 0.0)}
image={image}
scale={0.4}
/>

thank you,
Nir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant