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

Polyline for geo orbit is not visible in 2D or Columbus view #695

Closed
pjcozzi opened this issue Apr 25, 2013 · 5 comments
Closed

Polyline for geo orbit is not visible in 2D or Columbus view #695

pjcozzi opened this issue Apr 25, 2013 · 5 comments
Assignees

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Apr 25, 2013

Here are CZML files to test with: https://skydrive.live.com/?cid=7F15412C6C368708&id=7F15412C6C368708!105

Also see the cesium-dev thread.

@ghost ghost assigned mramato Apr 25, 2013
@mramato
Copy link
Contributor

mramato commented Apr 25, 2013

This is more than likely some off by one error on my part. Should be an easy fix.

@ghost ghost assigned bagnell Apr 29, 2013
@mramato
Copy link
Contributor

mramato commented Apr 29, 2013

After looking into this some more, I think it's a bug in the primitive. The DynamicScene layer sets the data but the primitive doesn't draw. Also, in 3D mode the line has artifacts and does not draw correctly. (but draws correctly with the old polylines). @bagnell can you look into this?

@mramato
Copy link
Contributor

mramato commented Apr 29, 2013

Actually, I looked at this some more and the artifacting in 3D is because the polyline width is 0. This seems like a separate bug. Why are we drawing anything for a width of 0? I'll also email the original issue reported to mention that his width is 0. The general bug is still there (no 2D) but the artifacting problem is a separate bug).

@mramato
Copy link
Contributor

mramato commented Apr 29, 2013

@bagnell confirmed that this is an issue with 2D bounding spheres and he's looking into it.

@bagnell bagnell mentioned this issue Apr 29, 2013
@bagnell
Copy link
Contributor

bagnell commented Apr 30, 2013

Fixed in above pull.

@bagnell bagnell closed this as completed Apr 30, 2013
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

3 participants